// ÇÃ·¡½¬ ¸Þ´º ¸µÅ© TOP
// main : ¸ÞÀÎ¸Þ´º¼ø¹ø
// sub  : ¼­ºê¸Þ´º¼ø¹ø

function FlashLink(main,sub){
var FLink = new Array();

FLink = [
		[ //a_site : 11
			"/introduction.html",			    // 1 È¸»ç¼Ò°³
			"/introduction.html",			    // 1,1 È¸»ç¼Ò°³
			"/history.html",				    // 1,2 È¸»ç¿¬Çõ
			"/organization.html",			// 1,3 Á¶Á÷µµ
			"/certification.html",			    // 1,4 º¸À¯ÀÎÁõ¼­		
			"/map.html",					    // 1,5 ¿À½Ã´Â ±æ
			"http://magicsaw.koreasme.com/fsbClient/ezboard.jsp?bm_seq=19515",				   // 1,6 ¾ð·Ðº¸µµ
			"/export.html",					   // 1,7 ÇØ¿Ü¼öÃâÁö¿ª
			"/sitemap.html",
			"/contactus.html",
		],

		[ //a_site : 21
			"/magicsaw_infor.html",	       // 2 Á¦Ç°¼Ò°³
			"/magicsaw_infor.html",        // 2,1 Magic saw
			"/magicsaw_type.html",     	   // 2,2
			"/magicsaw_direction.html",    // 2,3
			"/sharpener_infor.html",       // 2,4 Sharpener
			"/sharpener_type.html",    	   // 2,5
			"/sharpener_direction.html",   // 2,6
			"/tacker_infor.html",	       // 2,7 Tacker
			"/tacker_type.html",	       // 2,8
			"/tacker_direction.html",	   // 2,9 
			"/magicwrench_infor.html",	   // 2,10 Magic-wrench
			"/magicwrench_type.html",	   // 2,11
			"/magicwrench_direction.html", // 2,12
			"/doublepan_infor.html",	   // 2,13 Double pan
			"/doublepan_type.html",		   // 2,14
			"/doublepan_manual.html",   // 2,15

		],

		[ //a_site : 31
			"http://www.gobizkorea.com/popup/newhm_pop_inquiry_eng.jsp?co_code=2004-a1218&co_lang=2",	 // 3 °ßÀû
			"http://www.gobizkorea.com/popup/newhm_pop_inquiry_eng.jsp?co_code=2004-a1218&co_lang=2",    // 
			"/technology/tec2.html",    // 
			"/fsbClient/ezboard.jsp?bm_seq=13167",    // 
			"/fsbClient/ezboard.jsp?bm_seq=13168",    // 

		],

		[ //a_site : 41
			"http://magicsaw.koreasme.com/fsbClient/ezboard.jsp?bm_seq=19516",		// °øÁö»çÇ×
			"http://magicsaw.koreasme.com/fsbClient/ezboard.jsp?bm_seq=19516",		// °øÁö»çÇ×
			"http://magicsaw.koreasme.com/fsbClient/ezboard.jsp?bm_seq=19517",       //faq
			"/fsbClient/ezboard.jsp?bm_seq=12901",       // qna
			"/fsbClient/ezboard.jsp?bm_seq=12902",       // ÀÚÀ¯°Ô½ÃÆÇ
			"/fsbClient/ezboard.jsp?bm_seq=13203",       // ÀÚÀ¯°Ô½ÃÆÇ
			"/fsbClient/ezboard.jsp?bm_seq=13204",       // ÀÚÀ¯°Ô½ÃÆÇ
			
			
		],


	];
		
top.window.location.href = FLink[main-1][sub];
}

// ÅëÇÕ¸Þ´º
function all(main){
var FLink = new Array();
FLink = [
			"/index.html", //home
			"http://www.gobizkorea.com/",  //2gobiz
			"mailto:hanatools@yahoo.co.kr?bcc=webmaster@smipc.or.kr", //3email
			"http://www.gobizkorea.com/popup/newhm_pop_inquiry_eng.jsp?co_code=2004-a1218&co_lang=2",//4inquiry_en
			"/sitemap.html",//5sitemap				
			"/kr/index.html", //Korean

		];

	if(main== "2" || main== "4") {
		top.window.open(FLink[main-1]);
	}else{
		parent.window.location.href = FLink[main-1];
	}
};

// ¾ð¾î¼±ÅÃ
function lang(main){
		var FLink = new Array();
		FLink = [
					 //sm : È¸»ç¼Ò°³
		                "#",	//ÇÑ±¹¾î
		                "#",	//¿µ¾î
		            
				];

			top.window.location.href = FLink[main-1];
};
