	function FlashLink(main,sub){
		var FLink = new Array();
		FLink = [
					[
						"/company/company1.html",//È¸»ç°³¿ä
						"/company/company1.html",//È¸»ç°³¿ä
						"/company/company2.html",//È¸»ç°³¿ä
		                "/company/company3.html",//È¸»ç¿¬Çõ
						"/company/company4.html",//°øÀå±Ô¸ð
						"/company/company5.html",//È¸»çÁ¶Á÷µµ
						"/company/company6.html",//ÀÎ¿øÇöÈ²
						
				      ],

				      [
						"/products/product1.html",//ÁÖ¿ä»ý»ê ¹× ¸ÅÃâ
						"/products/product1.html",//ÁÖ¿ä»ý»ê ¹× ¸ÅÃâ
						"/products/product4.html",//ÁÖ¿ä»ý»ê ¹× ¸ÅÃâ
						"/products/product9.html",//ÁÖ¿ä»ý»ê ¹× ¸ÅÃâ
						"/products/product12.html",//ÁÖ¿ä»ý»ê ¹× ¸ÅÃâ
						"/products/product15.html",//¸ÅÃâÇöÈ²
						"/products/product17.html",//¸ÅÃâÇöÈ²
					],
					
					[
						"/business/business.html",//Ç°Áú½Ã½ºÅÛ
						"/business/business.html",//Ç°Áú½Ã½ºÅÛ
					],
			
					[
						"/fsbClient/ezboard.jsp?bm_seq=10851",//Ç°Áú½Ã½ºÅÛ
						"/fsbClient/ezboard.jsp?bm_seq=10851",//Ç°Áú½Ã½ºÅÛ
						"/fsbClient/ezboard.jsp?bm_seq=10852",//Ç°Áú½Ã½ºÅÛ
					],

				];
		
		if(main ==10 && sub ==4) {    //
			window.open(FLink[main-1][sub]);
		}
		else {
			window.location.href = FLink[main-1][sub];
		}
	}


// ÅëÇÕ¸Þ´º
function all(main){
var FLink = new Array();
FLink = [
			"http://gobizkorea.com/",
			"mailto:master2shin@yahoo.com",
			"http://www.gobizkorea.com/popup/newhm_pop_inquiry_eng.jsp?co_code=2009-00305&co_lang=2",
			"http://www.taihanmnc.com",
			"http://www.taihanmnc.co.kr/company/sitemap.html",
			"http://www.taihanmnc.co.kr",
			"http://ebook.gobizmail.com/sbc/fileroot/media/17/17826/media/default1.html",
		];

if(main== "1" || main== "3" || main== "7") {
		parent.window.open(FLink[main-1]);
	}else{
		parent.window.location.href = FLink[main-1];
	}
}




