<!-- JavaScript
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( "Notice1" ) != "done" )
{
        window.open('../popup/popup.html','Notice1','scrollbars=no,width=355,height=482, top=10, left=10'); // 
}

if ( notice_getCookie( "Notice4" ) != "done" )
{
        window.open('../popup/120209.html','Notice4','scrollbars=no,width=500,height=325, top=10, left=10'); // 
}


//if ( notice_getCookie( "Notice2" ) != "done" )
//{
//        window.open('../popup/120209_02.html','Notice2','scrollbars=no,width=500,height=358, top=10, left=555'); // 
//}
if ( notice_getCookie( "Notice2" ) != "done" )
{
        window.open('../popup/120213.html','Notice2','scrollbars=no,width=548,height=265, top=10, left=555'); // 
}

//- JavaScript - -->

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

