var ver = navigator.appVersion;
if (ver.indexOf('MSIE') != -1)
{
document.write("
");
if (document.all['PopupskWin'].style)
window.setInterval("MovePopupsk()", 5);
window.onerror=null;
document.body.scrollTop=10;
}
else
{
document.write("");
}
function DivOff()
{
document.getElementById('PopupskWin').style.display='none';
}
function PopupskShow()
{
window.open("javascript:location.href='http://popmax.ru/popup.php?banner_id=1&user_id=9&s=73d7102e49d881e0795144317b73ade9';","PopupskWin","width=640,height=480,resizable=1,toolbar=1,location=1,menubar=1,status=1,scrollbars=1");
window.focus();
DivOff();
}
function MovePopupsk() {
if (document.body.scrollTop==0)
document.all['PopupskWin'].style.top=document.documentElement.scrollTop+250; else
document.all['PopupskWin'].style.top=document.body.scrollTop+250;
}