	function FlashLink(main,sub){
		var FLink = new Array();
		FLink = [
					[ //sm : 1 About Company
		                "/contents/company/company1.html",//0
		                "/contents/company/company1.html",//1 Greeting
		                "/contents/company/company2.html",//2 CI
		                "/contents/company/company3.html",//3 History
		                "/contents/company/company4.html",//4 Organization Chart
		                "/contents/company/company5.html",//5 How To Get To
		                "/contents/company/company6.html",//6 Network
						"/contents/company/company7.html",//6 Network
						"/contents/company/company8.html",//6 Network
					],


					[ //sm : 2 About Products
						"/contents/product/product1.html",//0 
						"/contents/product/product1.html",			//1 Hook Set
						"/contents/product/product2_5.html",			//2 Hook Set(1HOOK+1BOBBIN CASE+1BOBBIN)
						"/contents/product/product3_5.html",	//3 Product Setting
						"/contents/product/product4.html",	//3 Product Setting

						
					
					],

					[ //sm : 3 Technology
						"/contents/solution/solution2.html",	// Technology
						"/contents/solution/solution2.html",	// Test Data
						"/contents/solution/solution3.html",	//	Patent/License
						"/contents/solution/solution4.html",	//	Exhibition
						
					],

					

					[ //sm : 4 Customer¡¯s service
						"http://unilock.koreasme.com/fsbClient/ezboard.jsp?bm_seq=17563", //ÀÚ·á½Ç
						"http://unilock.koreasme.com/fsbClient/ezboard.jsp?bm_seq=17563", //ÀÚ·á½Ç
						"http://unilock.koreasme.com/fsbClient/ezboard.jsp?bm_seq=17618", //¼³Ä¡µµ¸é
						"http://unilock.koreasme.com/fsbClient/ezboard.jsp?bm_seq=17619", //Á¦Ç°ÀÌ¹ÌÁö
						"http://unilock.koreasme.com/fsbClient/ezboard.jsp?bm_seq=17620", //ÀÚÁÖÇÏ´ÂÁú¹®
						"http://unilock.koreasme.com/fsbClient/ezboard.jsp?bm_seq=17621", //AS¿äÃ»
						"/contents/customer/customer4.html", //¼­ºñ½º±ÔÁ¤
						"http://unilock.koreasme.com/fsbClient/ezboard.jsp?bm_seq=17622", //°øÁö»çÇ×
					
						"/customer/sitemap.html", //6 SITE MAP
					],

					[ //sm : 5 CONTACT US
						"javascript:all(5)", //0 
						"javascript:all(5)", //1 
					],
					

				];

			window.location.href = FLink[main-1][sub];

	};


function all(main){
var FLink = new Array();
FLink = [
			"/",//home 1
			"/contents/sitemap/sitemap.html",//sitemap
			"mailto:charlieb@unilock.co.kr?bcc=webmaster@smipc.or.kr",//email 3
			"http://en.gobizkorea.com",//gobiz 4
			"http://www.gobizkorea.com/popup/newhm_pop_inquiry_eng.jsp?co_code=2010-00099&co_lang=1",//5 inquiry
			"/en", // english

		];

	if(main== "4" || main== "5") {
		parent.window.open(FLink[main-1]);
	}else{
		parent.window.location.href = FLink[main-1];
	}
};
