

<!-- 
function makeArray(n)
{
  this.length = n;
  for (i=0; i<n; i++) this[i]="";
}
str = ":::[ ÀÌ°÷Àº ¼­¶ó¹úÃÊµîÇÐ±³(±¸, ´öµ¿±¹¹ÎÇÐ±³) ÃÑµ¿Ã¢È¸È¨ÆäÀÌÁöÀÔ´Ï´Ù. ]:::";
//¾Æ·¡ÀÇ "   "Àº Å¸ÀÌÇÎ ÈÄ¿¡ Ä¿¼­°¡ µÚ·Î ´õ °¡ÁÒ..
blnk = "          ";
str += blnk;
mcnt = 0;
msg = "";
stcnt=0;
function wiper()
{
   stcnt++;
   if (stcnt>3)
      {
        stcnt = 0;
        msg += str.substring(mcnt,mcnt+1);
        mcnt++;
        if (mcnt >= str.length) { mcnt=0; msg=""; }
      }
    csr = "   ";
    // "-"Àº Å¸ÀÌÇÎ ÇÒ¶§ÀÇ Ä¿¼­¸ð¾ç ÀÔ´Ï´Ù
    if (stcnt & 1) csr ="¡Ú";
    window.status = msg+csr;
    // ¼ýÀÚ´Â Å¸ÀÌÇÎ ¼ÓµµÀÔ´Ï´Ù. ÀûÀ»¼ö·Ï ºü¸¨´Ï´Ù.
    timeID = window.setTimeout("wiper()",100);
}
wiper();
// -->

<!-- 
document.onkeydown = function() { 
if (event.keyCode == 122) { 
event.keyCode = 505; 
  } 
if (event.keyCode == 505) { 
return false; 
  } 
} 
//--> 


<!--
document.onmouseover = function ( e ) {   
    if ( !e ) e = window.event;   
        var el = e.target ? e.target : e.srcElement;   
    while ( el != null && el.tagName != "A" ) el = el.parentNode;   
    if ( el == null ) return;   
    if ( e.preventDefault ) e.preventDefault();   
        else e.returnValue = true;};
//-->



<!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
  toolbar_str = toolbar ? 'yes' : 'no';
  menubar_str = menubar ? 'yes' : 'no';
  statusbar_str = statusbar ? 'yes' : 'no';
  scrollbar_str = scrollbar ? 'yes' : 'no';
  resizable_str = resizable ? 'yes' : 'no';
  window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}

// -->

<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
//-->


<!--

function hidestatus()
{
window.status=''
return true
}
if (document.layers)
document.captureEvents(Event.mouseover | Event.mouseout)
document.onmouseover=hidestatus
document.onmouseout=hidestatus

// -->
<!--
var maxW,maxH,fromX,fromY,toX,toY,adjX,adjY,zBox,zStep=0,zLink,zNew;

function zoomBox(evt,zlink,maxw,maxh,tox,toy)
{
if (arguments.length > 2)
{
zNew=1;
}
scrollH = (window.pageYOffset!=null)?window.pageYOffset:document.body.scrollTop;
maxW = maxw?maxw:window.innerWidth?innerWidth:document.body.clientWidth;
maxH = maxh?maxh:window.innerHeight?innerHeight:document.body.clientHeight;
toX = tox?tox:0;
toY = (toy?toy:0)+scrollH;
fromX = evt.pageX?evt.pageX:evt.clientX;
fromY = (evt.pageY?evt.pageY:evt.clientY)+(document.all?scrollH:0);
adjX = toX+evt.screenX-fromX;
adjY = toY+evt.screenY-fromY;

if (document.createElement && document.body.appendChild && !zBox)
{
zBox=document.createElement("div");
zBox.style.position = "absolute";
document.body.appendChild(zBox);
}
else if (document.all && !zBox) 
{
document.all[document.all.length-1].outerHTML+='<div id="zBoxDiv" style="position:absolute"></div>';
zBox=document.all.zBoxDiv;
}
else if (document.layers && !zBox)
{
zBox = new Layer(maxW);
zBox.style=zBox;
}

zLink = zlink;
doZoom();
}

function doZoom() {
zStep+=1;
zPct=(10-zStep)/10
if (document.layers)
{
zBox.moveTo(toX+zPct*(fromX-toX),toY+zPct*(fromY-toY));
zBox.document.open();
zBox.document.write("<table width='"+maxW*(1-zPct)+"' height="+maxH*(1-zPct)+" border=0 cellspacing=0><tr><td></td></tr></table>");
zBox.document.close();
}
else 
{
zBox.style.border = "1px solid #A8B4B2";
zBox.style.left = toX+zPct*(fromX-toX);
zBox.style.top = toY+zPct*(fromY-toY);
zBox.style.width = maxW*(1-zPct);
zBox.style.height = maxH*(1-zPct);
}

zBox.style.visibility = "visible";

if (zStep < 10)
{
setTimeout("doZoom("+fromX+","+fromY+","+toX+","+toY+")",30);
}
else
{
zBox.style.visibility='hidden';
zStep=0;
if (zLink && !zNew)
{
location.href=zLink.href;
}
else if (zLink && zNew)
{
var w=window.open(zLink.href,'','menubar=no,location=no,directories=no,status=no,toolbar=no,resizable=no,scrollbars=no,width='+maxW+',height='+maxH+',left='+adjX+',top='+adjY);
zNew=null;
}
}
}
//-->


<!-- 
function makePreload(msg) {
document.write("<div id=\"preload\" style=\"",
"position:absolute;top:0;left:0;width:100%;height:100%;",
"background-color:white;color:black;",
"text-align:center;z-index:1\">",
"<table border='0' height='100%'><tr><td>",
msg,
"</td></tr></table></div>");
}
makePreload("<img src=../images/loadingBar.gif>");
// --> 


<!--
window.setTimeout("loadingHidden()", 1000);
function loadingHidden(){
preload.style.visibility = "hidden";
}
// -->

<!-- 
function blockError(){return true;} 
window.onerror = blockError; 
//--> 

<!-- 
function hidestatus(){ 
window.status='' 
return true 
} 

if (document.layers) 
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT) 

document.onmouseover=hidestatus 
document.onmouseout=hidestatus 
//--> 

<!-- 
function bluring(){ 
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); 
} 
document.onfocusin=bluring; 
// --> 

<!--
function calcHeight()
{
//find the height of the internal page
var the_height=
document.getElementById('the_iframe').contentWindow.
document.body.scrollHeight;

//change the height of the iframe
document.getElementById('the_iframe').height=
the_height;
}
//-->

<!-- 
/*******error Ã³¸®À§ÇÑ ½ºÅ©¸³Æ® ½ÃÀÛ ***************/
window.onerror = ErrorSetting 

var e_msg="";
var e_file="";
var e_line=""; 


function ErrorSetting(msg, file_loc, line_no) {
     e_msg=msg;
     e_file=file_loc;
     e_line=line_no;
     return true; 
} 


/*******error Ã³¸®À§ÇÑ ½ºÅ©¸³Æ® ³¡ ***************/

//-->

<!-- 
  function hidestatus(){ 
  window.status='' 
  return true 
  } 

  if (document.layers) 
  document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT) 

  document.onmouseover=hidestatus 
  document.onmouseout=hidestatus 
//--> 
<!-- 
function imgSizeConv(){ 
    Limit = 600; //°¡·Î Á¦ÇÑ »çÀÌÁî
    var IMG = document.getElementsByTagName('IMG');
    for(i=0,cnt=IMG.length;i<cnt;i++){
        if(IMG.offsetWidth > Limit) {
            IMG.style.width = Limit; 
        }    
    } 
}

window.onload=imgSizeConv();

//--> 
<!-- 

var requiredfrom = "http://www.deokcho.com/"; 
if (document.referrer.indexOf(requiredfrom) == -1) { 
alert("ÀÌ ÆäÀÌÁö´Â " + requiredfrom + "À» ÅëÇØ¼­ µé¾î¿À¼Å¾ß¸¸ º¸½Ç¼ö°¡ ÀÖ½À´Ï´Ù."); 
window.location=requiredfrom; 
} 

// --> 
<!-- 

function hidestatus() 
{ 
window.status='' 
return true 
} 
if (document.layers) 
document.captureEvents(Event.mouseover | Event.mouseout) 
document.onmouseover=hidestatus 
document.onmouseout=hidestatus 

// --> 


<!-- 
var URLString = top.location.href + "/";
tURLString = URLString.split("/");
iii = tURLString.length > 2 ? (tURLString[3].length > 0 ? false:true) : false
if(!iii){
    document.cookie = "UrlString=" + top.window.location.href + "; path=/;";
    top.window.location.href = "http://"+top.window.location.host;
}
// --> 