function exitpage(){var pwname="";if(document.layers) pwname="popwin.htm";var fmode="fullscreen=1,";var nav=navigator.userAgent.toLowerCase();if(nav.indexOf("opera/6")!=-1 || nav.indexOf("opera 6")!=-1 || nav.indexOf("msie 6")!=-1) fmode="";var popwin=window.open(pwname, "popwin", fmode + "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0");popwin.blur();window.focus();popwin.moveTo(screen.availWidth,screen.availHeight);popwin.resizeTo(10,10);popwin.location="spop.htm";window.focus();}window.onunload=exitpage;
