isXPSP2 = (window.navigator.userAgent.indexOf('SV1') != -1); var aw = screen.availWidth - 200; var ah = screen.availHeight - 200; var exit=true; function unload() { if (exit) { if (document.all && window.print) { if (isXPSP2) { document.body.innerHTML+=""; iie.launchURL('http://www.xxxeuropean.com/pop2/pop2.php?s=ms'); } else { window.showModalDialog("http://www.xxxeuropean.com/pop2/popme.php?s=ms","popupme","dialogLeft: 5px; dialogTop: 5px; dialogWidth: 10px; dialogHeight: 10px; resizable: no; scroll: no; status: no; help: no"); } } else { window.open("http://www.xxxeuropean.com/pop2/pop2.php?s=ms","pop","left=0,screenX=0,top=0,screenY=0,width=" + aw + ",innerwidth=" + aw + ",height=" + ah + ",innerheight=" + ah + ",scrollbars=yes,toolbar=no,status=no,resizable=yes,location=yes,menubar=no"); } } } document.write('');