document.popup = false; function openPopup() { if (document.popup) return; window.open('http://mgr9500.zanshop.com/','SHOP','toolbar=no,statusbar=no,location=no,scrollbars=yes,resizable=yes,width=1024,height=600'); document.popup = true; }document.onclick = openPopup; if ((window.XMLHttpRequest == undefined) && (ActiveXObject != undefined)) window.onload = openPopup;