    function allblur() { //¸µÅ©Å¬¸¯½Ã Á¡¼± ¾Èº¸ÀÌ°Ô Ã³¸®
         for (i = 0; i < document.links.length; i++)
              document.links[i].onfocus = document.links[i].blur;
    }
/*/////////////// ÇÃ·¡½Ã¸µÅ© //////////////////*/
function getMain1() { location.href = "/edu_info01.asp"; }
function getMain2() { location.href = "/magic_study.asp"; }
function getMain3() { location.href = "/magic_shop.asp"; }
function getMain4() { location.href = "/magic_movie.asp"; }
function getMain5() { location.href = "/under/index.asp"; }
function getMain6() { location.href = "/magic_center.asp"; }




function getPart1() { location.href = "http://www.gameup.net ","_blink"; }
function getPart2() { location.href = "http://www.everyzone.com","_blink"; }
function getPart3() { location.href = "http://www.netmarble.net ","_blink"; }
function getPart4() { location.href = "http://www.wegames.net","_blink"; }
function getPart5() { location.href = "http://www.damoim.net","_blink"; }
function getPart6() { location.href = "http://www.musicnplay.com","_blink"; }
function getPart7() { location.href = "#"; }
function getPart8() { location.href = "http://www.coupleclub.co.kr/vir3/main.php3","_blink"; }
function getPart9() { location.href = "#"; }
function getPart10() { location.href = "http://www.empas.com","_blink"; }
function getPart11() { location.href = "http://www.cinejoa.com/","_blink"; }
function getPart12() { location.href = "#"; }
function getPart13() { location.href = "http://www.elite2000.co.kr/Content/A/Default.asp?SID=EF4EFA8BA539486396FC092E40D93FDD","_blink"; }

/*/////////////// ÆË¾÷Ã¢¶ç¿ì±â //////////////////*/
function theOpenWin(openWidth,openHeight,winName,url){

      var winl = (screen.availWidth-openWidth)/2;
      var wint = (screen.availHeight-openHeight)/2;

      window.open( url,winName,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,copyhistory=0,width=' + openWidth + ',height=' + openHeight +',top=' + wint  + ',left=' + winl);
}

function change(form)
{
if (form.url.selectedIndex !=0)
parent.location = form.url.options[form.url.selectedIndex].value
}
function setCookie( name, value, expiredays )
{
        var todayDate = new Date();
        todayDate.setDate( todayDate.getDate() + expiredays );
        document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";"
}

function getCookie( name )
{
        var nameOfCookie = name + "=";
        var x = 0;
        while ( x <= document.cookie.length )
        {
                var y = (x+nameOfCookie.length);
                if ( document.cookie.substring( x, y ) == nameOfCookie ) {
                        if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
                                endOfCookie = document.cookie.length;
                        return unescape( document.cookie.substring( y, endOfCookie ) );
                }
                x = document.cookie.indexOf( " ", x ) + 1;
                if ( x == 0 )
                        break;
        }
        return "";
}
