	function FlashLink(main,sub){
		var FLink = new Array();
		FLink = [
					[ //sm : 1 About Company
		                "/company/company1.html",//0
		                "/company/company1.html",//1 Greeting
		                "/company/company2.html",//2 CI
		                "/company/company3.html",//3 History
		                "/company/company4.html",//4 Organization Chart
		                "/company/company5.html",//5 How To Get To
		                "/company/company6.html",//6 Network
					],


					[ //sm : 2 About Products
						"/product/hook-set.html",//0 
						"/product/hook-set.html",			//1 Hook Set
						"/product/hook-set2.html",			//2 Hook Set(1HOOK+1BOBBIN CASE+1BOBBIN)
						"/product/product-setting.html",	//3 Product Setting

						//product submenu2
						"/product/hook-set1.html",		// 4 (11) Hook Set
						"/product/part-list.html",		// 5 (12) Part List

						//"/product/video-clip-on-products.html",	// 6 (21) Video clip on products
						"/fsbClient/ezboard.jsp?bm_seq=16333",		// 6 (4) Video clip on products
						"/product/needle-embroidery.html",			// 7 (22) Needle Embroidery (quilting)
						"/product/sewing.html",						// 8 (23) Sewing

						//product submenu3
						"/product/kne-7-94-atr.html",	// 9 (221) KNE-7.94 ATR
						"/product/ghe-7-94-atr.html",	// 10(222) GHE-7.94 ATR
						"/product/kle-7-94-atr.html",	// 11(223) KLE-7.94 ATR
						"/product/klq-7-94-qtr.html",	// 12(224) KLQ-7.94 QTR

						"/product/kng-7-94-atr.html",	// 13(231) KNG-7.94 ATR
						"/product/kng-7-94-btr.html",	// 14(232) KNG-7.94 BTR
						"/product/klg-7-94-atr.html",	// 15(233) KLG-7.94 ATR
						"/product/klg-7-94-atrh.html",	// 16(234) KLG-7.94 ATRH
						"/product/klg-7-94-btr.html",	// 17(235) KLG-7.94 BTR
					
					],

					[ //sm : 3 Technology
						"/fsbClient/ezboard.jsp?bm_seq=12953",	// Technology
						"/fsbClient/ezboard.jsp?bm_seq=12953",	// Test Data
						"/tech/tech2.html",	//	Patent/License
						"/fsbClient/ezboard.jsp?bm_seq=12955",	//	Exhibition
						"/fsbClient/ezboard.jsp?bm_seq=12957",	//	Press Release
					],

					

					[ //sm : 4 Customer¡¯s service
						"/fsbClient/ezboard.jsp?bm_seq=12958", //0 
						"/fsbClient/ezboard.jsp?bm_seq=12958", //1 Notice
						"/fsbClient/ezboard.jsp?bm_seq=12959", //2 Information
						"/fsbClient/ezboard.jsp?bm_seq=12960", //3 FAQ
						"/fsbClient/ezboard.jsp?bm_seq=12961", //4 Q&A
						"javascript:all(5)", //5 CONTACT US
						"/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
			"/ch",//korean 2
			"mailto:nbinb00@nate.com?bcc=webmaster@smipc.or.kr",//email 3
			"http://gobizkorea.com",//gobiz 4
			"http://www.gobizkorea.com/popup/newhm_pop_inquiry_eng.jsp?co_code=2009-00877&co_lang=2",//5 inquiry
			"mailto:nbinb00@nate.com?bcc=webmaster@smipc.or.kr", 

		];

	if(main== "4" || main== "5") {
		parent.window.open(FLink[main-1]);
	}else{
		parent.window.location.href = FLink[main-1];
	}
};
