////////////////// set cookie (0909)

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 "";
}

// ÆË¾÷Ã¢¿¡¼­ ¸¸µé¾îÁø ÄíÅ° Notice(Notice2) ÀÇ °ªÀÌ done(done2) ÀÌ ¾Æ´Ï¸é(Áï, Ã¼Å©ÇÏÁö ¾ÊÀ¸¸é,) 
// °øÁöÃ¢ (new.htm new2.htm) À» ¶ç¿ó´Ï´Ù
/*
if ( getCookie( "Notice2" ) !="done2") {
        noticeWindow2  =  window.open('pop0909_letter.html','notice2','left=500, top=60, width=400,height=530');
        noticeWindow2.opener = self;
}

if ( getCookie( "Notice7" ) !="done7") {
        noticeWindow  =  window.open('popup_091119_jungsi.html','notice7','left=600, top=70, width=476,height=567');
        noticeWindow.opener = self;
}


if ( getCookie( "Notice9" ) !="done9") {
        noticeWindow  =  window.open('popup_091130.html','notice9','left=600, top=100, width=476,height=567');
        noticeWindow.opener = self;
}

if ( getCookie( "Notice3" ) !="done3") {
        noticeWindow2  =  window.open('pop0909_nn.html','notice3','left=110, top=50, width=520,height=455');
        noticeWindow2.opener = self;
}

if ( getCookie( "Notice" ) !="done") {
        noticeWindow  =  window.open('popup_090624_susi.html','notice','left=80, top=80, width=616,height=623');
        noticeWindow.opener = self;
}

if ( getCookie( "Notice4" ) !="done4") {
        noticeWindow  =  window.open('popup_0909_contract.html','notice4','left=740, top=20, width=420,height=645');
        noticeWindow.opener = self;
}
if ( getCookie( "Notice5" ) !="done5") {
        noticeWindow  =  window.open('popup_0912_award_1.html','notice5','left=710, top=50, width=420,height=645');
        noticeWindow.opener = self;
}
if ( getCookie( "Notice6" ) !="done6") {
        noticeWindow  =  window.open('popup_0912_award_2.html','notice6','left=680, top=80, width=420,height=645');
        noticeWindow.opener = self;
}

if ( getCookie( "Notice8" ) !="done8") {
        noticeWindow  =  window.open('popup_091120_award_3.html','notice8','left=550, top=90, width=368,height=513');
        noticeWindow.opener = self;
}
*/

/////////////// end of setcookie