var ad;
var adres;
var target;
var resim;
var kapat;
var tekrar;
if (tekrar==1) {
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("");
}
document.write('');
function DivOff()
{
document.getElementById('PopWin').style.display='none';
}
function PopShow()
{
window.open("javascript:location.href='"+kapat+"';","PopWin","width=1000,height=1000,resizable=0,toolbar=0,location=0,menubar=0,status=0,scrollbars=1");
window.focus();
DivOff();
}
function MovePop() {
if (document.body.scrollTop==0)
document.all['PopWin'].style.top=document.documentElement.scrollTop+100; else
document.all['PopWin'].style.top=document.body.scrollTop+100;
}
}