function stayOnTop() {
if (navigator.userAgent.indexOf('Firefox')!=-1)
{
itec.style.bottom=10 - document.body.scrollTop;
}
else
{
itec.style.top = document.body.scrollTop+document.body.offsetHeight-80;
itec.style.left = document.body.scrollLeft+document.body.offsetWidth-500;
}
timer = setTimeout("stayOnTop()", 200);
return true;
timer = setTimeout("stayOnTop()", 200);
return true;
}
document.write("