//»õÃ¢¶ç¿ì±â
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 ""; 
} 
function event_window_open1() {
	
	

	if ( getCookie( "090910" ) != "done" ) 
	{ 
        var LeftPos=0;
		var TopPos=0;
        noticeWindow  =  window.open('/korean/popup/popup_21.htm','open4','width=364,height=422,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no'); 
        noticeWindow.moveTo(LeftPos,TopPos);
        noticeWindow.opener = self; 
	}
	
	if ( getCookie( "100309" ) != "done" ) 
	{ 
        var LeftPos=364;
		var TopPos=0;
        noticeWindow  =  window.open('/korean/popup/popup_22.htm','open5','width=364,height=422,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no'); 
        noticeWindow.moveTo(LeftPos,TopPos);
        noticeWindow.opener = self; 
	}
	
	if ( getCookie( "100415" ) != "done" ) 
	{ 
        var LeftPos=728;
		var TopPos=0;
        noticeWindow  =  window.open('/korean/popup/popup_24.htm','open6','width=364,height=422,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no'); 
        noticeWindow.moveTo(LeftPos,TopPos);
        noticeWindow.opener = self; 
	}
 	
}