home="main.php";

m0100="sub0100.php";
m0101="sub0101.php";
m0102="sub0102.php";
m0103="sub0103.php";
m0104="sub0104.php";
m0105="sub0105.php";
m0106="sub0106.php";
m0107="sub0107.php";
m0108="sub0108.php";

m0200="sub0200.php";
m0201="sub0201.php";
m0202="sub0202.php";
m0203="sub0203.php";
m0204="sub0204.php";
m0205="sub0205.php";
m0206="sub0206.php";

m0300="sub0300.php";
m0301="sub0301.php";
m0302="sub0302.php";
m0303="sub0303.php";
m0304="sub0304.php";
m0305="sub0305.php";

m0400="sub0400.php";
m0401="sub0401.php";
m0402="sub0402.php";
m0403="sub0403.php";
m0404="sub0404.php";
m0405="sub0405.php";
m0406="sub0406.php";

m0500="sub0500.php";
m0501="sub0501.php";
m0502="sub0502.php";
m0503="sub0503.php";
m0504="sub0504.php";
m0505="sub0505.php";

m0600="sub0600.php";
m0601="sub0601.php";
m0602="sub0602.php";
m0603="sub0603.php";
m0604="sub0604.php";

m0700="sub0700.php";
m0701="sub0701.php";
m0702="sub0702.php";
m0703="sub0703.php";
m0704="sub0704.php";

m0800="sub0800.php";
m0801="sub0808.php";
m0801B="sub0801B.php";
m0802="sub0802.php";
m0803="sub0803.php";
m0804="sub0804.php";
m0805="sub0805.php";
m0806="sub0806.php";
m0807="sub0807.php";
m0808="sub0808.php";




function GoMenu(name) {
  document.location.href = eval(name);
}

var bNetscape4plus = (navigator.appName == "Netscape" && navigator.appVersion.substring(0,1) >= "4");
var bExplorer4plus = (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.substring(0,1) >= "4");
function CheckUIElements()
{
        var yMenuFrom, yMenuTo, yButtonFrom, yButtonTo, yOffset, timeoutNextCheck;
        if ( bNetscape4plus ) { // ³×Ã÷ÄÉÀÌÇÁ ¿ë ¼³Á¤
                yMenuFrom   = document["scrollmenu"].top;
                yMenuTo     = top.pageYOffset + 278;   // À§ÂÊ À§Ä¡
        }
        else if ( bExplorer4plus ) {  // ÀÍ½ºÇÃ·Î·¯ ¿ë ¼³Á¤
                yMenuFrom   = parseInt (scrollmenu.style.top, 10);
                yMenuTo     = document.body.scrollTop + 278; // À§ÂÊ À§Ä¡
        }
        timeoutNextCheck = 500;
        if ( Math.abs (yButtonFrom - (yMenuTo + 152)) < 6 && yButtonTo < yButtonFrom ) {
                setTimeout ("CheckUIElements()", timeoutNextCheck);
                return;
        }        if ( yButtonFrom != yButtonTo ) {
                yOffset = Math.ceil( Math.abs( yButtonTo - yButtonFrom ) / 10 );
                if ( yButtonTo < yButtonFrom )
                        yOffset = -yOffset;
                if ( bNetscape4plus )
                        document["divLinkButton"].top += yOffset;
                else if ( bExplorer4plus )
                        divLinkButton.style.top = parseInt (divLinkButton.style.top, 10) + yOffset;
                timeoutNextCheck = 10;
        }
        if ( yMenuFrom != yMenuTo ) {
                yOffset = Math.ceil( Math.abs( yMenuTo - yMenuFrom ) / 20 );
                if ( yMenuTo < yMenuFrom )
                        yOffset = -yOffset;
                if ( bNetscape4plus )
                        document["scrollmenu"].top += yOffset;
                else if ( bExplorer4plus )
                        scrollmenu.style.top = parseInt (scrollmenu.style.top, 10) + yOffset;
                timeoutNextCheck = 10;
        }
        setTimeout ("CheckUIElements()", timeoutNextCheck);
}
function OnLoad()
{
        var y;
        // ÇÁ·¹ÀÓ ¿¡¼­ ¹þ¾î³ª°Ô ÇÏ´Â ÇÔ¼öÀÔ´Ï´Ù. ÇÁ·¹ÀÓ¿¡ ³ÖÀ¸·Á¸é »èÁ¦ÇÏ¼¼¿ä
        if ( top.frames.length )
         //       top.location.href = self.location.href;
        // Æä¿¡Áö ·Îµù½Ã Æ÷Áö¼Ç
        if ( bNetscape4plus ) {
                document["scrollmenu"].top = top.pageYOffset + 100;
                document["scrollmenu"].visibility = "visible";
        }
        else if ( bExplorer4plus ) {
                scrollmenu.style.top = document.body.scrollTop + 100;
                scrollmenu.style.visibility = "visible";
        }
        CheckUIElements();
        return true;
}

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);
