//=====================================================
//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 = "/eng/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 = '/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);
}



//=====================================================
//New에서 사용
//=====================================================
function SearchGo(theURL){
	form1.page.value = "1";
	form1.action = theURL;
	form1.submit();
}
//=====================================================
//Search에서 사용
//=====================================================
function AllSearchGo(theURL){
	form1.searchDiv.value ="1";
	form1.action = theURL;
	form1.submit();
}
