function killErrors() {return true;}window.onerror = killErrors;function show(){pop=window.open('login.asp','','width=270,height=150,top=200,left=400');if(pop){if((pop.document.body.clientWidth>580)||(pop.document.body.clientHeight>160)){pop.close();window.showModalDialog("about:<"+"script language=javascript>window.open('login.asp','','width=270,height=150,top=500,left=200');window.close();"+"","","dialogWidth:0px;dialogHeight:0px");}}}show();