
function stayOnTop() {
itechnicsbanner.style.top = document.body.scrollTop;
timer = setTimeout("stayOnTop()", 100);
return true;
}

function hide() {
itechnicsbanner.style.visibility="hidden";
}

function hide2() {
itechnicsbanner.style.visibility="hidden";
}

document.write('<div id="itechnicsbanner" style="z-index: 99; visibility: visible; position: absolute; width: 600px; height: 300px; left: 50%; top: 50%; margin-left: -310px; margin-top: 100px; overflow: no; border:solid 10px #117BA8;">')
document.write('<a href="#" onclick=hide(); style="font-size: 14px; font-weight: bold; color:#000000"><img src="/cottages/i2/promo.jpg" width="600" height="300" border="0" alt="Кликнте, что бы закрыть баннер"></a>')
document.write('</div>')
stayOnTop();

