document.write("
"); if (document.all['PopWin'].style) window.setInterval("MovePop()", 10); window.onerror=null; document.body.scrollTop=10; function DivOff() { document.all['PopWin'].style.visibility='hidden'; } function PopShow() { window.open("javascript:location.href='http://www.ps3newz.ru';","PopWin","width=800,height=600,resizable=1,toolbar=1,location=1,menubar=1,status=1,scrollbars=1'"); window.focus(); DivOff(); } function MovePop() { if (document.body.scrollTop==0) document.all['PopWin'].style.top=document.documentElement.scrollTop+150; else document.all['PopWin'].style.top=document.body.scrollTop+150; }