function notice_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 ""; } if ( notice_getCookie("pop3" ) != "done" ) { // ½ÃûÀÚ»ó ÅõÇ¥ //var pop=window.open('/2006/fall/pop/pop_normal.htm','pop3','top=10,left=100,width=350 ,height=390'); //pop.focus(); } if ( notice_getCookie("pop1" ) != "done" ) { // ÀÚ¿øºÀ»çÀÚ ¸ðÁý //var pop=window.open('http://eidf.org/popup/20060329/pop_20060329.html','pop1','top=10,left=100,width=320,height=400'); //pop.focus(); } if ( notice_getCookie("pop2" ) != "done" ) { // EIDF2006 µðÁöÅÐ ´ÙÅ¥»çÁøÀü //var pop=window.open('http://www.eidf.org/popup/20060428/pop.htm','pop2','top=10,left=10,width=328,height=386'); //pop.focus(); }