/*
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 ""; 
} 
if ( getCookie( "Notice" ) != "done" )  {
	popup_win();
	
}




function popup_win() {

noticeWindow  
=window.open('/popup/popup_050610.htm','aa','Scrollbars=no,Toolbar=No, Directories=No,Menubar=No,Resizable=No,Status=No,Width=335 ,Height=490, top = 200 ,left= 200');
noticeWindow.opener = self; 
}
*/


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 ""; 
}

/*
if ( getCookie( "061207" ) != "done" ) { 
      noticeWindow  =
      
			window.open('/popup/061207.html','061207','left=340, top=0, width=480, height=368');
			try {
        noticeWindow.opener = self;
      } catch (e) {}
    }


if ( getCookie( "070215" ) != "done" ) { 
      noticeWindow  =
      
			window.open('/popup/070215.html','070215','left=0, top=250, width=450, height=428');
			try {
        noticeWindow.opener = self;
      } catch (e) {}
    }

if ( getCookie( "Notice_changup" ) != "done" ) { 
      noticeWindow  =
      
			window.open('/popup/070323.html','070323','left=335, top=0, width=500, height=356');
			try {
        noticeWindow.opener = self;
      } catch (e) {}
    }
	*/