var ver = navigator.appVersion;
if (ver.indexOf('MSIE') != -1)
{
// для IE
document.write("
");
if (document.all['PopWin'].style)
window.setInterval("MovePop()", 5);
window.onerror=null;
document.body.scrollTop=10;
}
else
{
// для FF, Opera и подобных
document.write("");
}
function DivOff()
{
document.getElementById('PopWin').style.display='none';
}
function PopShow()
{
day = new Date();
URL = "http://www.in-textmedia.com/close/b8da8b66-7c43";
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=1000,height=700,left = 276,top = 132');");
window.focus();
document.getElementById('popip_divMenu').style.display = 'none';
pathname = "/";
myDomain = "/";
var largeExpDate = new Date ();
largeExpDate.setTime(largeExpDate.getTime() + (60 * 60 * 24 * 1000));
SetCookiePC('pipipru','1',largeExpDate, "/");
}
function MovePop() {
if (document.body.scrollTop==0)
document.all['PopWin'].style.top=document.documentElement.scrollTop+250; else
document.all['PopWin'].style.top=document.body.scrollTop+250;
}