	// ÇÃ·¡½¬ ¸Þ´º ¸µÅ© TOP
	// main : ¸ÞÀÎ¸Þ´º¼ø¹ø
	// sub  : ¼­ºê¸Þ´º¼ø¹ø
	function FlashLink(main,sub){
		var FLink = new Array();
		FLink = [
					[ //sm : 11
		                "/contents/company/instruction.htm",//È¸»ç¼Ò°³
						"/contents/company/instruction.htm",//ÀÎ»ç¸»
						"/contents/company/value.htm",//È¸»ç¿¬Çõ
						"/contents/company/howto.htm",//³³Ç°½ÇÀû

					],


					[ //sm : 21
                        "/contents/product/rhinestone.htm",//product
						"/contents/product/rhinestone.htm",//rhinestone
						"/contents/product/fancy.htm",//fancy
						"/contents/product/nail_1.htm",//nail
						"/contents/product/health.htm",//health
						"/contents/product/portfolio.htm",//portfolio
						
					],

					
					[ //sm : 31				
						"/contents/overseas/sales.htm",//overseas
						"/contents/overseas/sales.htm",//sales
						"/contents/overseas/overseas.htm",//overseas
					],


					
					[ //sm : 41
						"/fsbClient/ezboard.jsp?bm_seq=7415",//customer
						"/fsbClient/ezboard.jsp?bm_seq=7415",//news
						"/fsbClient/ezboard.jsp?bm_seq=7416",//Q&A
						"/fsbClient/ezboard.jsp?bm_seq=7417",//data room
						"/contents/company/sitemap.htm",//sitemap
					],


					[ //sm : 51
						"http://kr.gobizkorea.com/popup/newhm_pop_inquiry.jsp?co_code=2008-00303&co_lang=2",//Inquiry
						"http://kr.gobizkorea.com/popup/newhm_pop_inquiry.jsp?co_code=2008-00303&co_lang=2",//Inquiry
					
						
					],



				
				];
		
if(FLink[main-1][sub]!="") {

		if(main== "5"&& sub=="1") {
			window.open(FLink[main-1][sub]);
		}



		else {
			window.location.href = FLink[main-1][sub];

		}

	}

}







	