
function FlashLink(main,sub){
	//alert(main+"-"+sub);
var FLink = new Array();
FLink = [

		[
			"/ch/contents/company/greet.html?sm=1_1",			//1 
			"/ch/contents/company/greet.html?sm=1_1",			//1 CEO  
			"/ch/contents/company/history.html?sm=1_2",		//2 
			"/ch/contents/company/org.html?sm=1_3",			//3 
			"/ch/contents/company/company.html?sm=1_4",	//4 
			"/ch/contents/company/location.html?sm=1_5",		//5 
		],

		[
			"/ch/contents/product/prod01.html?sm=2_1",			//2 
			"/ch/contents/product/prod01.html?sm=2_1",			//1 Airless Pump
			"/ch/contents/product/prod02.html?sm=2_2",			//2 Airless Pump Car 
			"/ch/contents/product/prod03.html?sm=2_3",			//3 Airless Spray Gun
			"/ch/contents/product/prod04.html?sm=2_4",			//4 Airless Spray Pole Gun
			"/ch/contents/product/prod05.html?sm=2_5",			//5 Agitator(paint Mixer)  
			"/ch/contents/product/prod06.html?sm=2_6",			//6 Accessories
			"/ch/contents/product/prod07.html?sm=2_7",			//7 Airless Spray Tip
			"/ch/contents/product/prod08.html?sm=2_8",			//8 Coating Thickness Gauge 
			"/ch/common/board/list.html?a_gb=board&a_cd=19&a_item=0&sm=2_9",			//9 장비동영상
		],
  
		[
			"/ch/contents/tech/license.html?sm=3_1",			//3 
			"/ch/contents/tech/license.html?sm=3_1",			//1 
			"/ch/contents/tech/pat.html?sm=3_2",				//2 
		],				

		[
			"/ch/contents/client/client01.html?sm=4_1",		//4 
			"/ch/contents/client/client01.html?sm=4_1",		//1 
			"/ch/contents/client/client02.html?sm=4_2",		//2 
		],				

		[
			"/ch/common/board/list.html?a_gb=board&a_cd=16&a_item=0&sm=5_1",									//5 고객지원        
			"/ch/common/board/list.html?a_gb=board&a_cd=16&a_item=0&sm=5_1",									//1 공지사항        
			"/ch/common/board/list.html?a_gb=board&a_cd=17&a_item=0&sm=5_2",									//2 견적문의        
			"/ch/contents/company/job.html?sm=5_3",																			//3 채용공고        
			"/ch/contents/company/center.html?sm=5_4",																	//4 고객지원센타  
			"/ch/common/webmail/postform.html?a_gb=consult&a_cd=3&a_item=0&sm=5_4",						//4 입사지원        
			"/ch/common/board/list.html?a_gb=board&a_cd=20&a_item=0&sm=5_6",									//6 채용공고게시판
		],			

	];


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

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

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

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


}
