<!--
    //-------------------------------------------------------------------
    // ºê¶ó¿ìÀúÀÇ ¹öÀüÀ» Ã¼Å©ÇÏ´Â ºÎºÐ
    //-------------------------------------------------------------------
    var IEYES = 0;
    var menufacture = navigator.appName;
    var version = navigator.appVersion;
    if((menufacture.indexOf('¸¶ÀÌÅ©·Î¼ÒÇÁÆ®') >= 0
        || menufacture.indexOf('Microsoft') >= 0)
        && version.indexOf('4.0') >= 0 )
    {
        IEYES = 1;
    }
	
    //---------------------------------------------------------------------------------
    // ÁöÁ¤µÈ °´Ã¼ÀÇ ¹®ÀÚ¿­ÀÇ ±æÀÌ¸¦ °è»êÇÏ´Â ºÎºÐ
    //---------------------------------------------------------------------------------
    function CheckByte(str){
        var i;
        var strLen;
        var strByte;
        strLen = str.length;
        // IE4.0 ÀÌ»ó
        if(IEYES == 1)
        {
            for(i=0, strByte=0;i<strLen;i++)
            {
                if(str.charAt(i) >= ' ' && str.charAt(i) <= '~' )
                    strByte++;
                else
                    strByte += 2;
            }
            return strByte;
        }
        // NetscapeÀÏ °æ¿ì
        else
        {
            return strLen;
        }
    }
    //---------------------------------------------------------------------------------
    // ¹®ÀÚ¿­ÀÇ ±æÀÌ¿¡ µû¸¥ Ã³¸® ÇÔ¼ö
    //---------------------------------------------------------------------------------
    function check_length(obj, len, str){
        if (CheckByte(obj.value) > len)
        {
            alert('\n' + str + ' ' + len + 'Byte(s)¸¦ ÃÊ°úÇÒ ¼ö ¾ø½À´Ï´Ù.');
            obj.focus();
            obj.select();
            return true;
        }
        return false;
    }
   //---------------------------------------------------------------------------------
    // ¹®ÀÚ¿­ÀÇ Trim()Ã³¸®ÇÔ¼ö
    //---------------------------------------------------------------------------------
	String.prototype.trim = function() {
	  var pattern = !arguments[0] ? /^\s+|\s+$/g
				  : new RegExp('^['+arguments[0]+']+|['+arguments[0]+']+$', 'g')
	  return this.replace(pattern, '')
	}



// ÀÌ¹ÌÁö Å×µÎ¸® ¾ø¾Ö±â -------------------------------//
function allblur() {
	for (i = 0; i < document.links.length; i++)
		document.links[i].onfocus = document.links[i].blur;
}

//-- ¿À¸¥ÂÊ °í½ºÆ®¸Þ´º ÀÏ¹Ý ---------------------------//
function CheckUIElements() {
  var yMenu1From, yMenu1To, yOffset, timeoutNextCheck;
  var wndWidth = parseInt(document.body.clientWidth);
  yMenu1From   = parseInt (ghostmenu.style.top, 10);
  yMenu1To     = document.body.scrollTop + 150; // À§ÂÊ À§Ä¡
  timeoutNextCheck = 500;

  if ( yMenu1From != yMenu1To ) {
    yOffset = Math.ceil( Math.abs( yMenu1To - yMenu1From ) / 20 );
    if ( yMenu1To < yMenu1From )
      yOffset = -yOffset;

	ghostmenu.style.top = parseInt (ghostmenu.style.top, 10) + yOffset;

    timeoutNextCheck = 10;
  }
  ghostmenu.style.left = 870;
  setTimeout ("CheckUIElements()", timeoutNextCheck);
}

function MovePosition() {
  ghostmenu.style.top = 155;
  ghostmenu.style.left = 870;
//  CheckUIElements(); 
  return true;
}


//-- ¿À¸¥ÂÊ °í½ºÆ®¸Þ´º Á¦Ç° µðÅ×ÀÏ ---------------------------//

function CheckUIElements2() {
  var yMenu1From, yMenu1To, yOffset, timeoutNextCheck;
  var wndWidth = parseInt(document.body.clientWidth);
  yMenu1From   = parseInt (ghostmenu2.style.top, 10);
  yMenu1To     = document.body.scrollTop + 254; // À§ÂÊ À§Ä¡
  timeoutNextCheck = 500;

  if ( yMenu1From != yMenu1To ) {
    yOffset = Math.ceil( Math.abs( yMenu1To - yMenu1From ) / 20 );
    if ( yMenu1To < yMenu1From )
      yOffset = -yOffset;

    ghostmenu2.style.top = parseInt (ghostmenu2.style.top, 10) + yOffset;

    timeoutNextCheck = 10;
  }
  ghostmenu2.style.left = 870;
  setTimeout ("CheckUIElements2()", timeoutNextCheck);
}

function MovePosition2() {
  ghostmenu2.style.top = 254;
  ghostmenu2.style.left = 870;
  CheckUIElements2();
  return true;
}


//-- ¿À¸¥ÂÊ °í½ºÆ®¸Þ´º Á¦Ç° ·£µù---------------------------//

function CheckUIElements3() {
  var yMenu1From, yMenu1To, yOffset, timeoutNextCheck;
  var wndWidth = parseInt(document.body.clientWidth);
  yMenu1From   = parseInt (ghostmenu3.style.top, 10);
  yMenu1To     = document.body.scrollTop + 211; // À§ÂÊ À§Ä¡
  timeoutNextCheck = 500;

  if ( yMenu1From != yMenu1To ) {
    yOffset = Math.ceil( Math.abs( yMenu1To - yMenu1From ) / 20 );
    if ( yMenu1To < yMenu1From )
      yOffset = -yOffset;

    ghostmenu3.style.top = parseInt (ghostmenu3.style.top, 10) + yOffset;

    timeoutNextCheck = 10;
  }
  ghostmenu3.style.left = 870;
  setTimeout ("CheckUIElements3()", timeoutNextCheck);
}

function MovePosition3() {
  ghostmenu3.style.top = 211;
  ghostmenu3.style.left = 870;
  CheckUIElements3();
  return true;
}

//-- ¿À¸¥ÂÊ °í½ºÆ®¸Þ´º Á¦Ç° ¸ÞÀÎ---------------------------//

function CheckUIElements4() {
  var yMenu1From, yMenu1To, yOffset, timeoutNextCheck;
  var wndWidth = parseInt(document.body.clientWidth);
  yMenu1From   = parseInt (ghostmenu4.style.top, 10);
  yMenu1To     = document.body.scrollTop + 171; // À§ÂÊ À§Ä¡
  timeoutNextCheck = 500;

  if ( yMenu1From != yMenu1To ) {
    yOffset = Math.ceil( Math.abs( yMenu1To - yMenu1From ) / 20 );
    if ( yMenu1To < yMenu1From )
      yOffset = -yOffset;

    ghostmenu4.style.top = parseInt (ghostmenu4.style.top, 10) + yOffset;

    timeoutNextCheck = 10;
  }
  ghostmenu4.style.left = 870;
  setTimeout ("CheckUIElements4()", timeoutNextCheck);
}

function MovePosition4() {
  ghostmenu4.style.top = 171;
  ghostmenu4.style.left = 870;
  CheckUIElements4();
  return true;
}


//-- ÆË¾÷ ¿ÀÇÂºê¶ó¿ìÀú ---------------------------//

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

	
	
-->