function show(leftWrap){
 document.getElementById(leftWrap).style.display = 'block';
}
 function show1(tep02){
 document.getElementById(tep02).style.display = 'block';
}
 function show2(tep01){
 document.getElementById(tep01).style.display = 'block';
}
function show3(tep01){
 document.getElementById(tep01).style.visible = 'visible';
}
 function hide3(tep01){
 document.getElementById(tep01).style.visible = 'none';
}
 function hide(leftWrap){
 document.getElementById(leftWrap).style.display = 'none';
}

function size1(smorph1){
 document.getElementById(smorph1).style.marginLeft = '100px';
}
 function size2(smorph1){
 document.getElementById(smorph1).style.marginLeft = '290px';
}


 function hide1(tep01){
 document.getElementById(tep01).style.display = 'none';
}

 function hide2(tep02){
 document.getElementById(tep02).style.display = 'none';
}
 function width(rightWrap){
 document.getElementById(rightWrap).style.width = '1012px';
}
 function width1(rightWrap){
 document.getElementById(rightWrap).style.width = '745px';
}

 function mphide1(smpholog){
 document.getElementById(smpholog).style.display = 'none';
 }
 function mphide2(bmpholog){
 document.getElementById(bmpholog).style.display = 'none';
 }

  function mpshow1(bmpholog){
 document.getElementById(bmpholog).style.display = 'block';
 }
   function mpshow2(smpholog){
 document.getElementById(smpholog).style.display = 'block';
 }


 function shide1(smorph1){
 document.getElementById(smorph1).style.display = 'none';
 }
 function shide2(smorph2){
 document.getElementById(smorph2).style.display = 'none';
 }

  function sshow1(smorph2){
 document.getElementById(smorph2).style.display = 'block';
 }
   function sshow2(smorph1){
 document.getElementById(smorph1).style.display = 'block';
 }


  function bhide1(bmorph1){
 document.getElementById(bmorph1).style.display = 'none';
 }
 function bhide2(bmorph2){
 document.getElementById(bmorph2).style.display = 'none';
 }

  function bshow1(bmorph2){
 document.getElementById(bmorph2).style.display = 'block';
 }
   function bshow2(bmorph1){
 document.getElementById(bmorph1).style.display = 'block';
 }


  function wifizoneshow(wifizone){
 document.getElementById(wifizone).style.display = 'block';
 }

  function wifizonehide(wifizone){
 document.getElementById(wifizone).style.display = 'none';
 }
  function wifizoneenshow(wifizone_en){
document.getElementById(wifizone_en).style.display = 'block';
}

function wifizoneenhide(wifizone_en){
document.getElementById(wifizone_en).style.display = 'none';
}

function contentsWraphide(contentsWrap){
 document.getElementById(contentsWrap).style.display = 'none';
 }

function tourshow(tour){
 document.getElementById(tour).style.display = 'block';
 }

function contentsWrapshow(contentsWrap){
 document.getElementById(contentsWrap).style.display = 'block';
 }

function tourhide(tour){
 document.getElementById(tour).style.display = 'none';
 }

function marg1(contentsWrap){
 document.getElementById(contentsWrap).style.marginLeft = '0px';
}

function marg2(contentsWrap){
 document.getElementById(contentsWrap).style.marginLeft = '267px';
}
// ¿À·ù½Å°í Ã¢ open½Ã ÇØ´ç È­¸é Ãâ·Â
function mistakeshow(e_mail_inquire, clickKind, kind, zone_id, zone_name){
	document.getElementById(e_mail_inquire).style.display = 'block';
	openDiv(clickKind, kind, zone_id, zone_name);
}
// ¿À·ù½Å°í ´ÝÀ»¶§ ¾Èº¸ÀÌ°Ô ÇÏ°í ÀÔ·Â °ªÀ» ÃÊ±âÈ­ ÇÑ´Ù.
function mistakehide(e_mail_inquire){
 document.getElementById(e_mail_inquire).style.display = 'none';
 openDiv("1", "4", "", "");
}
// Á¾·ù change¿¡ µû¸¥ ¼³¸í Ãâ·Â
function fnSelect(){
	
	var str = jQuery("#ec_contact_kind option:selected").val();
	var tmpKind = "0";
	if (str == "Á¸ »ó¼¼Á¤º¸ ¿À·ù½Å°í"){
		tmpKind = "1";
	} else if (str == "Á¢¼Ó À§Ä¡ ¿À·ù½Å°í") {
		tmpKind = "2";
	} else if (str == "±âÅ¸") {
		str = "4";
	} else {
		tmpKind = "0";
	}
	
	if(tmpKind == "0") {
		jQuery("#mistake0").show();
		jQuery("#mistake1").hide();
		jQuery("#mistake2").hide();
		jQuery("#mistake3").hide();
		jQuery("#mistake4").hide();
	 } else if(tmpKind == "1") 	 {
		jQuery("#mistake0").hide();
		jQuery("#mistake1").show();
		jQuery("#mistake2").hide();
		jQuery("#mistake3").hide();
		jQuery("#mistake4").hide();
	 } else if(tmpKind == "2") {	
		jQuery("#mistake0").hide();
		jQuery("#mistake1").hide();
		jQuery("#mistake2").show();
		jQuery("#mistake3").hide();
		jQuery("#mistake4").hide();
	 } else if(tmpKind == "3") {
		jQuery("#mistake0").hide();
		jQuery("#mistake1").hide();
		jQuery("#mistake2").hide();
		jQuery("#mistake3").show();
		jQuery("#mistake4").hide();
	 } else {
		jQuery("#mistake0").hide();
		jQuery("#mistake1").hide();
		jQuery("#mistake2").hide();
		jQuery("#mistake3").hide();
		jQuery("#mistake4").show();
	 }
}
//-->
