//=====================================================
//Contact Us에서 사용
//=====================================================
function MisSelect(){

	var form = document.misform;
	var sName = form.elements["bigDiv"].value;

	for( var i = 1; i < 7; i++ ) {
		var itemView = eval("window.document.all['item"+i+"']");
		if(i == sName){
			 itemView.style.display = "";
		}else{
			 itemView.style.display = "none";
		}
	}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function Miscontact(email) {
	TheURL = '/Eng/07_mis/pop_post.asp?email='+email;
	posx = (screen.width - 455)/2;
	posy = (screen.height - 400)/2;
	window.open(TheURL,'contact',"scrollbars=auto,width=455,height=400,left="+posx+",top="+posy);
}

function GlobaNetworkPopup() {

	TheURL = "/kor/02_aboutus/aboutus_pop_01.asp";
	posx = (screen.width - 610)/2;
	posy = (screen.height - 500)/2;
	GlobaNetworkwin = window.open(TheURL, "GlobaNetwork", "scrollbars=yes,toolbar=no,width=625, height=500, left="+posx+",top="+posy);     
	GlobaNetworkwin.focus();

}

function GlobaNetworkContact(email) {
	TheURL = '/kor/07_mis/pop_post.asp?email='+email;
	posx = (screen.width - 455)/2;
	posy = (screen.height - 400)/2;
	window.open(TheURL,'contact',"scrollbars=auto,width=455,height=400,left="+posx+",top="+posy);
}

//=====================================================
//Search에서 사용
//=====================================================
function AllSearchGo(theURL){
	if (form1.PageKeyWord.value == "")
	{
		alert ("검색할 단어를 입력해주세요.");
		return;
	}
	form1.searchDiv.value ="1";
	form1.action = theURL;
	form1.submit();
}
function SearchGo(theURL){
	form1.page.value = "1";
	form1.action = theURL;
	form1.submit();
}


//=====================================================
//Careers에서 사용
//=====================================================
function help01() {
window.open('/kor/07_mis/careers/help_01.html','help01','scrollbars=yes,width=455,height=460,left=100,top=100')
}

function help02() {
window.open('/kor/07_mis/careers/help_02.html','help02','scrollbars=yes,width=455,height=460,left=100,top=100')
}

function help03() {
window.open('/kor/07_mis/careers/help_03.html','help03','scrollbars=yes,width=452,height=400,left=100,top=100')
}

function help04() {
window.open('/kor/07_mis/careers/help_04.html','help04','scrollbars=yes,width=455,height=400,left=100,top=100')
}

function help05() {
window.open('/kor/07_mis/careers/help_05.html','help05','scrollbars=yes,width=452,height=400,left=100,top=100')
}

function help06() {
window.open('/kor/07_mis/careers/help_06.html','help06','scrollbars=yes,width=452,height=400,left=100,top=100')
}

function help07() {
window.open('/kor/07_mis/careers/help_07.html','help07','scrollbars=yes,width=452,height=400,left=100,top=100')
}
