var shutdown=false;
var ww=null;
if(shutdown)
{
    if(ww==null)
    {
        ww=window.open("/notice.html","NOTICES", "toolbar=no,scrollbar=0,statusbar=no,height=640,width=640");
    }
    if(ww!=null)
    {
	ww.focus();
    }
}


