	// ÇÃ·¡½¬ ¸Þ´º ¸µÅ©
	// main : ¸ÞÀÎ¸Þ´º¼ø¹ø
	function InfoLink(main){
		var FLink = new Array();
		FLink = [
					"main.html",
					"/en/",
					"/sp/",
				];

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





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


	function FlashLink(main,sub){
		var FLink = new Array();
		FLink = [
					[
						//È¸»ç¼Ò°³
						"/contents/company/company1.html?sm=1_1",
						"/contents/company/company1.html?sm=1_1",	 //±â¾÷Á¤º¸
						"/contents/company/company2.html?sm=1_2",	 //°øÀå
						"/contents/company/company3.html?sm=1_3",	 //Ã¤¿ëÁ¤º¸
						"/contents/company/company4.html?sm=1_4",	 //¿À½Ã´Â±æ
					],

					[
						//Á¦Ç°¼Ò°³
						"/contents/product/product1.html?sm=2_1",
						"/contents/product/product1.html?sm=2_1",	//½ÅÁ¦Ç°Á¤º¸
						"/contents/product/product2.html?sm=2_2",	//EZ Regular
						"/contents/product/product3.html?sm=2_3",	//MEINN Regular
						"/contents/product/product4.html?sm=2_4",	//±âÅ¸Á¦Ç°
					],

					[	
						//È«º¸¼¾ÅÍ
						"/common/board/list.html?a_gb=board&a_cd=4&a_item=0&sm=3_1",	
						"/common/board/list.html?a_gb=board&a_cd=4&a_item=0&sm=3_1",	//ÀÎÁõ/¼ö»ó°æ·Â
						"/common/board/list.html?a_gb=board&a_cd=5&a_item=0&sm=3_2",	//Àü½ÃÈ¸/ÇÐÈ¸
						"/common/board/list.html?a_gb=board&a_cd=1&a_item=0&sm=3_3",	//NEWS°Ô½ÃÆÇ
					],
					
					[
						//°í°´Áö¿ø
						"/common/board/list.html?a_gb=board&a_cd=3&a_item=0&sm=4_2",	
						"/common/board/list.html?a_gb=board&a_cd=2&a_item=0&sm=4_1",	//Q&A°Ô½ÃÆÇ
						"/common/board/list.html?a_gb=board&a_cd=3&a_item=0&sm=4_2",	//ÀÚ·á½Ç
						"/contents/customer/customer3.html?sm=4_3",	//LINK
					],
					
				];
		
		if(main ==6 && sub ==4) {    //
			window.open(FLink[main-1][sub]);
		}
		else {
			window.location.href = FLink[main-1][sub];
		}
	}








	function FlashLink1(main,sub){
		var FLink = new Array();
		FLink = [
					[
						//È¸»ç¼Ò°³
						"/en/contents/product/product2.html?sm=2_2",
						"/en/contents/product/product2.html?sm=2_2",	 //±â¾÷Á¤º¸
					],
				];

		
		if(main ==6 && sub ==4) {    //
			window.open(FLink[main-1][sub]);
		}
		else {
			window.location.href = FLink[main-1][sub];
		}
	}







