
<!--
function menu(Arg){
   var Arg;
	if (Arg == "a1"){	
		location.href="/company/company.php";
	}else if (Arg == "a2"){
		location.href="/company/history.php";
	}else if (Arg == "a3"){
		location.href="/company/organization.php";
	}else if (Arg == "a4"){
		location.href="/company/business.php";		
	}else if (Arg == "a5"){
		location.href="/company/country.php";	
	}else if (Arg == "a6"){
		location.href="/company/location.php";		
		
	}else if (Arg == "a7"){
		location.href="/company/sitemap.php";		


		
		
		
		
		
		
	}else if (Arg == "b1"){
		location.href="/product/product_01.php";	
	}else if (Arg == "b2"){
		location.href="/product/product_03.php";	
	}else if (Arg == "b3"){
		location.href="/product/product_04.php";	
	}else if (Arg == "b4"){
		location.href="/product/product_05.php";	
	}else if (Arg == "b5"){
		location.href="/product/product_06.php";	
	}else if (Arg == "b6"){
		location.href="/product/product_07.php";	
	}else if (Arg == "b7"){
		location.href="/product/product_08.php";	
	}else if (Arg == "b8"){
		location.href="/product/product_09.php";	
	

				
		
		
		
		
		
		
	}else if (Arg == "c1"){
		location.href="/board/list.php?bbs_id=technical_01";			
	}else if (Arg == "c2"){
		location.href="/board/list.php?bbs_id=technical_02";		
	}else if (Arg == "c3"){
		location.href="/technical/technical_03.php";			
		
		
		
		
		
    }else if (Arg == "d1"){
		location.href="/board/list.php?bbs_id=notice";			
	}else if (Arg == "d2"){
		location.href="/board/list.php?bbs_id=exhibition";		
	}else if (Arg == "d3"){
		location.href="/board/list.php?bbs_id=activities";		
	


    }else if (Arg == "e1"){
		location.href="/board/list.php?bbs_id=support_notice";			
    }else if (Arg == "e2"){
		location.href="/board/list.php?bbs_id=qna";	
    }else if (Arg == "e3"){
		location.href="/board/list.php?bbs_id=faq";	
    }else if (Arg == "e4"){
		location.href="/support/contactus.php";			
		
		
		
		
		
	}else if (Arg == "f1"){
		location.href="/board/list.php?bbs_id=incruit";

		
		
		
	}
}

//-->