// ÇÃ·¡½¬ ¸Þ´º ¸µÅ© TOP
// main : ¸ÞÀÎ¸Þ´º¼ø¹ø
// sub  : ¼­ºê¸Þ´º¼ø¹ø

function FlashLink(main,sub){
var FLink = new Array();
FLink = [
		[ //a_site : 11
			"/cn/company/company1.html",					   // 1 
			"/cn/company/company1.html",			  	       // 1
			"/cn/company/company2.html",					   // 2
			"/cn/company/company3.html",					   // 3
			"/cn/company/company4.html",					   // 4
			"/cn/company/company5.html",					   // 5

										
		],

		[ //a_site : 21
			"/cn/product/product1.html",	 // 2 Á¦Ç°¼Ò°³
			"/cn/product/product1.html",  	 //
			"/cn/product/product2.html",	 //
			"/cn/product/product3.html",	 //
			"/cn/product/product4.html",	 //
			"/cn/product/product5.html",	 //

			


		],

		[ //a_site : 31
			"/cn/skill/skill1.html",		       	   // 1contactUs
		    "/cn/skill/skill1.html",                                   //1
			"/cn/skill/skill2.html",                                    //2
			"",   //3dataroom
			"",                                    //4
			"",                                    //5
			
		],

		[ //a_site : 41
			"http://komabiotech.koreasme.com/fsbClientUtf/ezboard.jsp?bm_seq=12486",				// 1 notice
			"http://komabiotech.koreasme.com/fsbClientUtf/ezboard.jsp?bm_seq=12486",				// 1 notice
			"http://komabiotech.koreasme.com/fsbClientUtf/ezboard.jsp?bm_seq=12487",				// 2 qa
			"/cn/customer/customer3.html",				//3 contact us
			"",				//4 qa
			"",				//5 board

			
		],

		[ //a_site : 51
			"http://www.gobizkorea.com/popup/newhm_pop_inquiry_eng.jsp?co_code=2005-a1285&co_lang=2",			           	// 1
			"http://www.gobizkorea.com/popup/newhm_pop_inquiry_eng.jsp?co_code=2005-a1285&co_lang=2",	                	// 1
			"",	          	// 2
			"",			       	// 
			"",				 	// 
			"",			                             	// 
			 
		],
		
		[ //a_site : 61
			"/recruit/recruit1.html",			           	// 1
			"/recruit/recruit1.html",	                	// 1
			"/recruit/recruit2.html",	          	// 2
			"/recruit/recruit3.html",	          	// 3
		
			 
		],

	];




// 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];
}
}




} 







// ÅëÇÕ¸Þ´º
function all(main){
var FLink = new Array();
FLink = [
			
			"/cn/index.htm",//home
			"http://www.gobizkorea.com/popup/newhm_pop_inquiry_eng.jsp?co_code=2005-a1285&co_lang=2",//2 inquiry
			"mailto:koma@komabiotech.com?bcc=webmaster@smipc.or.kr", //3email
			"/cn/customer/sitemap.html",//4 sitemap    
			"http://www.komabiotech.co.kr/www/",//5 ±¹¹®»çÀÌÆ®
			"http://www.komabiotech.com/",//6 ÀÏ¹®»çÀÌÆ®

			

		];

	if(main== "2" || main== "" || main== "6"|| main== "7") {
		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];

	};

