function right(e){
	if( navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)){
		return false;
	} else if( navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3 )){
		alert("¿À¸¥ÂÊ ¸¶¿ì½º ¹öÆ°Àº »ç¿ë ¸øÇÕ´Ï´Ù");
		return false;
	}
	
		return true;
	}
	document.onmousedown = right;
	
	if( document.layers){
		window.captureEvents(Event.MOUSEDOWN);
		window.onmousedown = right;
	}

// title
document.title=" :: Çö´ëÇØ¿î ::";

// Àý´ë°æ·Î 
var pub = "/";	

//  ÇÃ·¡½Ã xml°æ·Î
var XMLpath = "/img/flash/";

// openwindow ½ºÅ©·ÑÀÌ ¾øÀ» ¶§
function OpenWindow(url,intWidth,intHeight) { 
 l = (screen.width) ?	(screen.width-intWidth)	/ 2	: 0;
 t = (screen.height) ?	(screen.height-intHeight)  / 2	: 0;
      window.open(url, "_blank", "width="+intWidth+",height="+intHeight+",top="+t+",left="+l+",resizable=0,scrollbars=0") ;
}

// openwindow ½ºÅ©·ÑÀÌ ÀÖÀ» ¶§
function OpenWindow_s(url,intWidth,intHeight) { 
 l = (screen.width) ?	(screen.width-intWidth)	/ 2	: 0;
 t = (screen.height) ?	(screen.height-intHeight)  / 2	: 0;
      window.open(url, "_blank", "width="+intWidth+",height="+intHeight+",top="+t+",left="+l+",resizable=0,scrollbars=1") ;
}

//Popup 		
function popup(Fn,Name, X, Y, Scroll) {
 NewWindow=window.open(Fn,Name,'width='+X+',height='+Y+',top=10,left=10,scrollbars='+Scroll+',toolbar=no,location=no,directories=no,status=no,resizable=no,menubar=no');
}

//¿Â¶óÀÎÃ¤¿ë 
function RecruitPop() {
 NewWindow=window.open('/company/recruit_online_pop01.html','recruit','width=815,height=700,top=10,left=10,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,resizable=no,menubar=no');
}

//¿ë¾î¼³¸í
function dic() {
 NewWindow=window.open('/support/dictionary.jsp','dic','width=630,height=675,top=10,left=10,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,resizable=no,menubar=no');
}

//±¹°¡º°Á¤º¸
function nation() {
 NewWindow=window.open('/nation/nation.html','nation','width=920,height=695,top=10,left=10,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,resizable=yes,menubar=no');
}

//ºê·Î½´¾î
function brochurePop() {
 NewWindow=window.open('/support/pop_brochure.html','brochure','width=915,height=735,top=0,left=0,scrollbars=no,toolbar=no,location=no,directories=no,status=no,resizable=yes,menubar=no');
}

//Á¦¾È¼­
function proposalPop() {
 NewWindow=window.open('/support/pop_proposal.html','proposal','width=915,height=735,top=0,left=0,scrollbars=no,toolbar=no,location=no,directories=no,status=no,resizable=yes,menubar=no');
}

// Æ÷ÀåÀÌ»ç½Ã¹Ä·¹ÀÌ¼Ç
function PackWin() { 
intWidth = 835;
intHeight = 560;
 l = (screen.width) ?	(screen.width-intWidth)	/ 2	: 0;
 t = (screen.height) ?	(screen.height-intHeight)  / 2	: 0;
      window.open("/common/p_simulation.html", "_blank", "width="+intWidth+",height="+intHeight+",top="+t+",left="+l+",resizable=0,scrollbars=0") ;
}

// Çì¿ÜÀÌ»ç½Ã¹Ä·¹ÀÌ¼Ç
function WorldWin() { 
intWidth = 835;
intHeight = 560;
 l = (screen.width) ?	(screen.width-intWidth)	/ 2	: 0;
 t = (screen.height) ?	(screen.height-intHeight)  / 2	: 0;
      window.open("/common/o_simulation.html", "_blank", "width="+intWidth+",height="+intHeight+",top="+t+",left="+l+",resizable=0,scrollbars=0") ;
}

//¿Â¶óÀÎ°¡»ó°ßÀû
function Online_estimate() { 
intWidth = 1006;
intHeight = 710;
 l = (screen.width) ?	(screen.width-intWidth)	/ 2	: 0;
 t = (screen.height) ?	(screen.height-intHeight)  / 2	: 0;
      window.open("/common/estimate.html", "_blank", "width="+intWidth+",height="+intHeight+",top="+t+",left="+l+",resizable=0,scrollbars=0") ;
}



//Ã¤¿ë ¿­¸®°í ´ÝÈû
	var curr_s1 = "plus";

	function toggle(a)
	{ 
		if (curr_s1 == "plus")
		{	
			curr_s1 = "minus";
			document.getElementById("icon"+a).src = "/img/common/bult_minus.gif";
			document.getElementById("aa"+a).style.display = "block";
			
		} else 	{
			curr_s1 = "plus";
			document.getElementById("icon"+a).src = "/img/common/bult_plus.gif";
			document.getElementById("aa"+a).style.display = "none";
		}
	}

function cshowImg(imgName,imgSrcOv,imgSrcOff) {
    var imgch = imgName.getElementsByTagName('img')[0];

    if (imgch.getAttribute('src') == "/img/common/"+imgSrcOv+".gif") {
        imgch.setAttribute('src', "/img/common/"+imgSrcOff+'.gif');
    } else{
        imgch.setAttribute('src', "/img/common/"+imgSrcOv+'.gif')
    }
}

function cshow(imgName,imgSrcOv,imgSrcOff,idName) {
    var menu = eval("document.all."+idName+".style");
	var imgch = imgName.getElementsByTagName('img')[0];
    if (menu.display=="block") {
        menu.display="none";
		imgch.setAttribute('src', "/img/common/bult_plus.gif");
    } else {
        menu.display="block";
		imgch.setAttribute('src', "/img/common/bult_minus.gif");
    }
}


//1Depth Menu rollOn 
function ImgPreLoad(imgTitle, imageNum) {
		imageNum++;
		rollOn = new Array(imageNum);
		rollOff = new Array(imageNum);
		for (j = 1; j <= imageNum; j++) {
			if (j < 10) {
				tmp = "0";
			} else {
				tmp ="";
			}
			rollOn[j] = new Image();
			rollOn[j].src = imgTitle + tmp + j + "_on.gif";
			rollOff[j] = new Image();
			rollOff[j].src = imgTitle + tmp + j + ".gif";
		}
	}
	function imgOn(Num) {
    if (rollOn[Num] != null) {	
				document["T"+Num].src = rollOn[Num].src;
		}
	}
	function imgOff(Num) {
		if (rollOn[Num] != null) {
			if (Num != _MCurrentOn) {
				document["T"+Num].src = rollOff[Num].src;
			}
      else {  
      document["T"+Num].src = rollOn[Num].src;
      }
	}
}

//iframe ±æÀÌ ´Ã¾î³ª±â
function resizeHeight(fr) {
  fr = typeof fr == 'string' ? document.getElementById(fr) : fr;
  fr.setExpression('height',detail.document.body.scrollHeight);
}
function resizeHeight2(fr) {
  fr = typeof fr == 'string' ? document.getElementById(fr) : fr;
  fr.setExpression('height',clearance.document.body.scrollHeight);
}

//¼¿·ºÆ® Á¡ÇÁ¸Þ´©(Å¬¶óÀÌ¾ðÆ®¸®½ºÆ®)
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
detail.location.href = URL;
}

<!-- [Á¡¼± ¾ø¾Ö±â] ½ÃÀÛ ###########################################################################-->
function allblur() {
	if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); 
}
document.onfocusin = allblur;
<!-- [Á¡¼± ¾ø¾Ö±â] ³¡ ###########################################################################-->
	
	
	

function Top()	{//»ó´Ü³×ºñ
document.write('<div id="top">');
document.write('<script language="JavaScript">Top_navi();</script>');
document.write('</div>');
document.write('<div id="wrapper"><!--wrapper--><div id="outer1"><!--outer1--><div  id="outer0"><!--outer0-->');
document.write('<div id="center"><!--center-->');
document.write(' 	<div id="incenter"><!--incenter -->');
document.write('		<div id="head-title"><img src="/img/common/title_bult_'+SectionName+'.gif" width="18" height="18" alt="" border="0"><img src="/img/title/h1_'+SectionName+'_0'+depth2+'0'+depth3+'.gif" hspace="8"><br><img src="/img/title/copy_'+SectionName+'_0'+depth2+'0'+depth3+'.gif" height="10" hspace="26" vspace="4"></div>');
}

function Bottom()	{//¼­ºêÇÏ´Ü
document.write('</div><!--//incenter -->')
document.write('<script lanauage="javascript">Footer();</script>')
document.write('</div><!--center-->')
document.write('<div id="left">')
if ( SectionName == "support" ){
	document.write('<script language="JavaScript">Left_flash_support();</script>');
}
else {
	document.write('<script language="JavaScript">Left_flash();</script>');
}
document.write('</div>');
document.write('</div><!--//outer0--></div><!--//outer1--></div><!--//wrapper-->');
//¿À¸¥ÂÊ¹è³Ê+ÇØ¿ÜÀÌ»ç°øÅëÁ¤º¸
if ( SectionName == 'main' ) {
document.write('<div style="position:absolute; top:90px; left:895px; z-index:10;">')
} else {
document.write('<div style="position:absolute; top:324px; left:895px; z-index:10;">')
document.write('<a href="javascript:nation();"><img src="/img/common/right_banner.gif" border="0" style="margin-bottom:5px;"></a><br>')
}
document.write('<a href=javascript:GoUrl("lcl01")><img src="/img/common/right_banner_dreambag.gif" alt="" border="0">')
document.write('</a></div>')
}

function Footer(){
//ÇÏ´Ü¸ð¾ç
if ( SectionName == 'popup' ) {
	document.write("<div id='bottom-pop'><div id='inbottom-pop'><!--footer-->")
}	else if ( SectionName == 'main' ) {
	document.write("<div id='bottom-main'><div id='inbottom-main'><!--footer-->")
}	else {
	document.write("<div id='bottom'><div id='inbottom'><!--footer-->")
	document.write("<div style='position:relative;'><div style='position:absolute;left:692px;top:-50px;'><a href='#top'><img src='/img/common/top.gif' width='9' height='33' border='0'></a></div></div>");
}

document.write("<table cellpadding='0' cellspacing='0'><tr><td height='12'></td></tr></table>")
document.write("	<div class='content-box' width='100%'>")
document.write("		<div class='round-c-t' style='height:15px'><img src='/img/common/round_15_tr.gif'></div>")
if ( SectionName == 'main' ) {
document.write("		<div class='round-c-side' style='width:100%'>")
} else {
document.write("		<div class='round-c-side'>")
}
document.write('			<table cellpadding="0" cellspacing="0" width="100%" align="center">')
document.write('			<tr valign="top">')
document.write("				<td width='85' style='padding-left:9px;'><img src='/img/common/footer_ci.gif' width='74' height='52' border='0'></td>")
document.write('				<td><img src="/img/common/footer.gif" width="325" height="52" alt="" border="0" usemap="#f_menu"></td>')
document.write("				<td align='right' valign='top' style='padding-right:13px;'>")
document.write("				<table cellpadding='0' cellspacing='0'>")
document.write("						<tr><td><script language='JavaScript'>footer_banner();</script></td></tr>")
//document.write("						<td><a href='https://www.cyhds.com/pr/press.jsp?nm_BbsId=press&pk_num=91' onmouseover=document.C1.src='/img/common/footer_ci01_on.gif' onmouseout=document.C1.src='/img/common/footer_ci01.gif' ><img src='/img/common/footer_ci01.gif' width='63' height='43' border='0' name='C1'></a></td>")
//document.write("						<td><a href='https://www.cyhds.com/pr/press.jsp?nm_BbsId=press&pk_num=574' onmouseover=document.C2.src='/img/common/footer_ci02_on.gif' onmouseout=document.C2.src='/img/common/footer_ci02.gif' ><img src='/img/common/footer_ci02.gif' width='65' height='43' border='0' name='C2'></a></td>")
//document.write("						<td><a href='https://www.cyhds.com/pr/press.jsp?nm_BbsId=press&pk_num=562' onmouseover=document.C3.src='/img/common/footer_ci03_on.gif' onmouseout=document.C3.src='/img/common/footer_ci03.gif' ><img src='/img/common/footer_ci03.gif' width='44' height='43' border='0' name='C3'></a></td>")
document.write("				</table>")
document.write("				</td>")
document.write("			</tr>")
//document.write("			<tr><td height=5></td></tr>")
document.write("			</table>")
document.write('	<map name="f_menu">')
document.write('	<area alt="°³ÀÎÁ¤º¸ Ãë±Þ¹æÄ§" coords="0,5,66,17" href=javascript:GoUrl("hds_private") onfocus="blur()">')
document.write('	<area alt="¿î¼Û¾à°ü" coords="69,5,108,17" href=javascript:GoUrl("agree") onfocus="blur()">')
document.write('	<area alt="¹®ÀÇ¾È³»" coords="111,5,150,17" href=javascript:GoUrl("coop") onfocus="blur()">')
document.write('	<area alt="ÀÌ¸ÞÀÏ¹«´Ü¼öÁý°ÅºÎ" coords="153,5,233,17" href=javascript:OpenWindow("/etc/popup_email.html","430","220") onfocus="blur()">')
document.write('	<area alt="¸ÞÀÏ" coords="220,23,324,37" href="mailto:hyundal@cyhds.com" onfocus="blur()">')
document.write('	</map>')
document.write("		</div><!-- //round-c-side -->")
document.write("		<div class='round-c-b'><img src='/img/common/round_10_br.gif'></div>")
document.write("	</div><!-- //content-box -->")
document.write("</div></div><!--//footer-->")
document.write("<table cellpadding='0' cellspacing='0'><tr><td height='10'></td></tr></table>")
document.write('<script type="text/javascript" language="javascript">var HTTP_MSN_MEMBER_NAME = "";</script>');//È¸¿ø¸í (·Î±×ÀÎ ¼¼¼Ç)
document.write('<script type="text/javascript" src="http://asp7.http.or.kr/HTTP_MSN/UsrConfig/hds8000/js/ASP_Conf.js" defer="defer"></script>');
document.write('<noscript><img src="http://asp7.http.or.kr/HTTP_MSN/Messenger/Noscript.asp?key=hds8000" border="0" width="0" height="0" style="display:none;"/></noscript>');
}

function client(){
document.write('<table border="0" cellpadding="0" cellspacing="0">')
document.write('			<tr>')
document.write('				<td><img src="../img/client/copy.gif" width="374" height="51" alt="" border="0"></td>')
document.write('			</tr>')
document.write('			<tr>')
document.write('				<td height="10"></td>')
document.write('			</tr>')
document.write('			<tr>')
document.write('				<td><img src="../img/client/client_menu.gif" width="639" height="123" alt="" border="0" usemap="#client_mu"></td>')
document.write('			</tr>')
document.write('			<tr>')
document.write('				<td height="20"></td>')
document.write('			</tr>')
document.write('			</table>')
document.write('			<map name="client_mu">')
document.write('<area alt="" coords="30,18,138,34" href="/common/client_list01.html#list01" onfocus="blur();">')
document.write('<area alt="" coords="162,18,264,34" href="/common/client_list01.html#list02" onfocus="blur();">')
document.write('<area alt="" coords="280,18,379,34" href="/common/client_list01.html#list03" onfocus="blur();">')
document.write('<area alt="" coords="398,18,498,34" href="/common/client_list01.html#list04" onfocus="blur();">')
document.write('<area alt="" coords="518,18,620,34" href="/common/client_list02.html#list01" onfocus="blur();">')

document.write('<area alt="" coords="30,36,138,50" href="/common/client_list02.html#list02" onfocus="blur();">')
document.write('<area alt="" coords="162,36,264,50" href="/common/client_list02.html#list03" onfocus="blur();">')
document.write('<area alt="" coords="280,36,379,50" href="/common/client_list02.html#list04" onfocus="blur();">')
document.write('<area alt="" coords="398,36,498,50" href="/common/client_list02.html#list05" onfocus="blur();">')
document.write('<area alt="" coords="518,36,620,50" href="/common/client_list03.html#list01" onfocus="blur();">')

document.write('<area alt="" coords="30,54,138,70" href="/common/client_list03.html#list02" onfocus="blur();">')
document.write('<area alt="" coords="162,54,264,70" href="/common/client_list03.html#list03" onfocus="blur();">')
document.write('<area alt="" coords="280,54,379,70" href="/common/client_list03.html#list04" onfocus="blur();">')
document.write('<area alt="" coords="398,54,498,70" href="/common/client_list03.html#list05" onfocus="blur();">')
document.write('<area alt="" coords="518,54,620,70" href="/common/client_list03.html#list06" onfocus="blur();">')

document.write('<area alt="" coords="30,71,138,90" href="/common/client_list03.html#list07" onfocus="blur();">')
document.write('<area alt="" coords="162,71,264,90" href="/common/client_list04.html#list01" onfocus="blur();">')
document.write('<area alt="" coords="280,71,379,90" href="/common/client_list04.html#list02" onfocus="blur();">')
document.write('<area alt="" coords="398,71,498,90" href="/common/client_list04.html#list03" onfocus="blur();">')
document.write('<area alt="" coords="518,71,620,90" href="/common/client_list04.html#list04" onfocus="blur();">')

document.write('<area alt="" coords="30,89,138,105" href="/common/client_list04.html#list05" onfocus="blur();">')
document.write('<area alt="" coords="162,89,264,105" href="/common/client_list04.html#list06" onfocus="blur();">')
document.write('<area alt="" coords="280,89,379,105" href="/common/client_list04.html#list07" onfocus="blur();">')
document.write('<area alt="" coords="398,89,498,105" href="/common/client_list04.html#list08" onfocus="blur();">')
document.write('<area alt="" coords="518,89,620,105" href="/common/client_list05.html" onfocus="blur();">')
document.write('</map>')
}
