function   POP(){   
var targeturl ="login.asp";   
newwin=window.open("",""," toolbar=no , menubar=no, scrollbars=no, resizable=no, location=no, scrollbars=0£¬fullscreen=1")
if (document.all){
newwin.moveTo(0,0)
newwin.resizeTo(screen.width,screen.height)


}
newwin.location=targeturl
}   
function   DOIT(){   
if   (document.closes)   
{   
cn=closes.Click();   
}   
else   
{   
window.close();   
}   
POP();   
} 
