<!--
	// ÇÃ·¡½¬ ¸Þ´º ¸µÅ©
	// main : ¸ÞÀÎ¸Þ´º¼ø¹ø
	// sub  : ¼­ºê¸Þ´º¼ø¹ø
	function FlashLink(main,sub){
		var FLink = new Array();
		FLink = [

                    [
						"/ch/contents/introduction/introduction01.html?sm=1_1",//È¸»ç¼Ò°³
						"/ch/contents/introduction/introduction01.html?sm=1_1",//ÀÎ»ç¸»_01
						"/ch/contents/introduction/introduction02.html?sm=1_2",//È¸»çÀÌ³ä_02
						"/ch/contents/introduction/introduction03.html?sm=1_3",//È¸»ç¿¬Çõ_03
						"/ch/contents/introduction/introduction04.html?sm=1_4",//µî·ÏÁõ ¹× ÁöÀûÀç»ê±Ç_04
					],

   					[
						"/ch/contents/business/business01.html?sm=2_1",//»ç¾÷ºÐ¾ß
						"/ch/contents/business/business01.html?sm=2_1",//¼ø¼ö¤ýÃÊ¼ø¼öÀåÄ¡_01
						"/ch/contents/business/business02.html?sm=2_2",//ÀüÀÚÆó¼öÀÇ Ã³¸® ¹× ÀçÀÌ¿ë_02
						"/ch/contents/business/business03.html?sm=2_3",//ºÐ¸®¸· ÀÀ¿ëÀåÄ¡_03
						"/ch/contents/business/business04.html?sm=2_4",//MBR SYSTEM BY NEOFIL_04
					],

					[
						"/ch/contents/technology/technology01.html?sm=3_1",//ÇÙ½Éº¸À¯±â¼ú
						"/ch/contents/technology/technology01.html?sm=3_1",//MBR SYSTEM_01
						"/ch/contents/technology/technology02.html?sm=3_2",//R/O SYSTEM_02
						"/ch/contents/technology/technology03.html?sm=3_3",//BMF SYSTEM_03
						"/ch/contents/technology/technology04.html?sm=3_4",//EDI SYSTEM_04						
					],
					
					[
						"/ch/contents/institution/institution01.html?sm=4_1",//±â¼ú¿¬±¸¼Ò
						"/ch/contents/institution/institution01.html?sm=4_1",//ºÎ¼³¿¬±¸¼Ò °³¿ä_01
						"/ch/contents/institution/institution02.html?sm=4_2",//ÇÙ½É±â¼ú_02
					],
					
					[
						"/ch/contents/customer/customer01.html?sm=5_5",//°í°´Áö¿ø
						"/ch/contents/customer/customer01.html?sm=5_5",//Contact Us_01
						"/ch/contents/customer/customer02.html?sm=5_6",//Location_02
					],
					
					[
						"",
					    "",
					    "",
						"",
						"",
						"",
						"",
					],


					[
						"",
					    "",
						"",
						"",
						"",
					],

					[
						"",
					    "",
					],


				];
		
			window.location.href = FLink[main-1][sub];
	
	}
//-->
