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