function formHandler(){
	var URL = document.on_life.select.options[document.on_life.select.selectedIndex].value;
	window.location.href = URL;
}

document.title = "Contact KOREA - Calling the World";

function viewFlash(flag) {
	document.write(flag);
}

function go_url(num) {
	if( num == "About01")       document.location.href="/about/ck_01.jsp";//document.location.href="http://home1.do";
	else if( num == "About02")  document.location.href="/about/ck_02.jsp";
	else if( num == "About03")  document.location.href="/about/ck_03.jsp";
	else if( num == "About04")  document.location.href="/about/ck_04.jsp";
	else if( num == "About05")  document.location.href="/about/ck_05.jsp";
	else if( num == "About06")  document.location.href="/customer/showInfoBBSList.do?boardType=6"
	else if( num == "About07")  document.location.href="/about/location.jsp";

	else if( num == "Recruiting01")  document.location.href="/company/searchHistory.do";
	else if( num == "Recruiting02")  document.location.href="/company/searchHistory.do";

	else if( num == "Register01")  document.location.href="/employment/procedure_info.jsp";
	else if( num == "Register02")  document.location.href="/company/writeJobOffer.do";

	else if( num == "Information01") document.location.href="/info/m1_11.jsp";
	else if( num == "Information02") document.location.href="/info/m2_11.jsp"; 
	else if( num == "Information03") document.location.href="/info/info_03.jsp";
	else if( num == "Information04") document.location.href="/info/info_04_01.jsp";
	else if( num == "Information05") document.location.href="/info/m5_11.jsp";
	else if( num == "Information06") document.location.href="/customer/showInfoBBSList.do?boardType=2";
	else if( num == "Information07") document.location.href="/customer/showInfoBBSList.do?boardType=1";

	else if( num == "Customer01") document.location.href="/customer/showInfoBBSList.do?boardType=0";
	else if( num == "Customer02") alert('준비중입니다');//document.location.href="/customer/showInfoNewsLetterList.do";
	else if( num == "Customer03") document.location.href="/customer/showInfoBBSList.do?boardType=4";
	else if( num == "Customer04") document.location.href="/customer/showInfoBBSList.do?boardType=3";
	else if( num == "Customer05") alert('준비중입니다'); 
	else if( num == "Customer06") document.location.href="/customer/showInfoPoleList.do";
	else if( num == "lang_en" )
	{ 
		document.cookie = "language=en;domain=www.contactkorea.go.kr;path=/;";
		location.href = '/index.do';
	} 
}
