
// ÇÃ·¡½¬ ¸Þ´º ¸µÅ© TOP
// main : ¸ÞÀÎ¸Þ´º¼ø¹ø
// sub  : ¼­ºê¸Þ´º¼ø¹ø
function FlashLink(main,sub){
var FLink = new Array();
FLink = [


		[ //a_site : 11
			"/eng/contents/company/greet.php?sm=1_1",				//1. 
			"/eng/contents/company/greet.php?sm=1_1",				//1. 
			"/eng/contents/company/history.php?sm=1_2",				//È¸»ç¿¬Çõ
			"/eng/contents/company/manage.php?sm=1_3",			//°æ¿µÀÌ³ä
			"/eng/contents/company/org.php?sm=1_4",					//Á¶Á÷µµ
			"/eng/contents/rnd/rnd_04.php?sm=1_5",				//
			"/eng/contents/rnd/rnd_05.php?sm=1_6",				//
			"/eng/contents/company/location.php?sm=1_7",			//¾àµµ
			"/common/board/list.html?a_gb=board&a_cd=4&a_item=0",			//
			"/eng/contents/company/vision.php?sm=1_4",				//È¸»çºñÁ¯
		],

		
		[ //a_site : 21
			"/eng/contents/product/fiber_connector.html?sm=2_1",	  					//2
			"/eng/contents/product/fiber_connector.html?sm=2_1",	  					//1
			"/eng/contents/product/fiber_patch_cord.html?sm=2_2",	  				//1
			"/eng/contents/product/fiber_adapter.html?sm=2_3",	  						//1
			"/eng/contents/product/fiber_attenuator.html?sm=2_4",	  					//1
			"/eng/contents/product/fan_out_patch_cord.html?sm=2_5",	  			//1
			"/eng/contents/product/mpo_patch_cord.html?sm=2_6",	  				//1
			"/eng/contents/product/onu_service_cable.html?sm=2_7",	  				//1
			"/eng/contents/product/field_connector.html?sm=2_8",	  					//1
			"/eng/contents/product/module.html?sm=2_9",	  								//1
			"/eng/contents/product/wdm.html?sm=2_10",	  								//1
			"/eng/contents/product/coupler.html?sm=2_11",	  							//1
			"/eng/contents/product/plc_splitter.html?sm=2_12",	  						//1
			"/eng/contents/product/fiber_switch.html?sm=2_13",	  						//1
			"/eng/contents/product/fiber_distribution.html?sm=2_14",	  				//1
			"/eng/contents/product/fiber_tap_distribution.html?sm=2_15",	  			//1
			"/eng/contents/product/fiber_splice_closure.html?sm=2_16",	  			//1
			"/eng/contents/product/fiber_cable.html?sm=2_17",	  						//1
			"/eng/contents/product/media_converter.html?sm=2_18",	  				//1
			"/eng/contents/product/video_link.html?sm=2_19",	  						//1
			"/eng/contents/product/rack_system.html?sm=2_20",	  					//1
			"/eng/contents/product/fiber_cable_connector.html?sm=2_21",	  		//1
			"/eng/contents/product/millitary.html?sm=2_22",	  							//1
			"/eng/contents/product/fiber_equipment.html?sm=2_23",	  				//1
		],

		[ //a_site : 31
			"/eng/contents/rnd/rnd_01.php?sm=3_1",				//3 ½ÅÁ¦Ç°¼Ò°³
			"/eng/contents/rnd/rnd_01.php?sm=3_1",				//
			"/eng/contents/rnd/rnd_02.php?sm=3_2",				//
			"/eng/contents/rnd/rnd_03.php?sm=3_3",				//
			"/eng/contents/company/business.php?sm=3_4",			//»ç¾÷¿µ¿ª
			"/eng/contents/company/cooper.php?sm=3_5",			//Çù·Â¾÷Ã¼
		],

		[ //a_site : 41
			"/eng/common/board/list.html?a_gb=board&a_cd=9&a_item=0&sm=4_1",	  				//4 °í°´Áö¿ø
			"/eng/common/board/list.html?a_gb=board&a_cd=9&a_item=0&sm=4_1",					//1 °øÁö»çÇ×
			"/eng/common/board/list.html?a_gb=board&a_cd=7&a_item=0&sm=4_2",					//2 ÀÚ·á½Ç
			"/eng/contents/company/catalog.php?sm=4_3",											//4 Ä«Å»·Î±×
			"/eng/contents/company/video.php?sm=4_4",											//4 Ä«Å»·Î±×
			"/eng/common/consult/postform.html?a_gb=consult&a_cd=2&a_item=0&sm=4_5",		//5 °ßÀû¿äÃ»
			"/eng/common/board/list.html?a_gb=board&a_cd=8&a_item=0&sm=4_3",					//3 Q&A
			"",																									//
			"",																									//
			"",																									//
			"/eng/contents/company/sitemap.php?sm=4_9",										//9
		],



	];





 if(FLink[main-1][sub]!="") {   

  if(main== "6"&& sub=="2") {

    window.open(FLink[main-1][sub],'','width=1000px,height=700px,scrollbars=yes');
   }
   else {

    window.location.href = FLink[main-1][sub];
   }
 }


}
