function FlashLink(main,sub){
var FLink = new Array();
FLink = [
		[
			"/company/company.html",			//1 È¸»ç¼Ò°³
			"/company/company.html",			//1 ¼Ò°³
			"/company/com_motto.html",		//2 
			"/company/com_history.html",		//3 È¸»ç¿¬Çõ
			"/company/com_org.html",			//4 Á¶Á÷µµ
			"http://www.dyhi.co.kr/fsbClient/ezboard.jsp?bm_seq=17574",		//5
		],

		[
			"/product/product.html",			//2 Á¦Ç°¼Ò°³
			"/product/product.html",			//1
			"/product/breaker03.html",		//2 
			"/product/coupler.html",			//3 
			"/product/compactor.html",		//4 
			"/product/crusher.html",			//5 
			"/product/grapple.html",			//6 
			"/product/ripper.html",				//7
		],
		
		[
			"/company/tech.html",						//3 ±â¼úÇöÈ²
			"/company/tech.html",						//3 
			"/company/tech_process.html",			//3 
			"/company/tech_table.html",				//3 
		],				

		[
			"http://www.dyhi.co.kr/fsbClient/ezboard.jsp?bm_seq=17571",		//4 °í°´Áö¿ø
			"http://www.dyhi.co.kr/fsbClient/ezboard.jsp?bm_seq=17571",		//1 Notice
			"http://www.dyhi.co.kr/fsbClient/ezboard.jsp?bm_seq=17572",		//2 FAQ
			"http://www.dyhi.co.kr/fsbClient/ezboard.jsp?bm_seq=17573",		//3 Q&A
			"/company/cs_network.html",														//3 
			"/company/cs_branch.html",														//3 
		],		
		
		[
			"http://www.gobizkorea.com/popup/newhm_pop_inquiry_eng.jsp?co_code=2010-00009&co_lang=2",		//5 inquiry
			"http://www.gobizkorea.com/popup/newhm_pop_inquiry_eng.jsp?co_code=2010-00009&co_lang=2",		//1 
			"/company/sitemap.html",		//2 sitemap
		],			
			
	];




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

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

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

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


}