var adscode="<div><img src=../pics/ua_flag.gif border=0><br>UA</div><div><a href=../menu_r.html target='_top'><img src=../pics/ru_flag.gif border=0><br>RU</a></div><div><a href=../menu_e.html target='_top'><img src=../pics/uk_flag.gif border=0><br>UK</a></div>"



var ie4up = (document.all) ? 1 : 0;
var dx, xp, yp; 
var am, stx, sty; 
var i, doc_width = 800, doc_height = 600;

if (ie4up) {
document.write("<div id=\"dot\"  style=\"POSITION: ");
document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
document.write("visible; TOP: 15px; LEFT: 15px;\">");
document.write(adscode+"</div>");
   }


function snowIE() { 
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;

xp=doc_width-30;
if (document.all["dot"].style.pixelTop > document.body.scrollTop){
var tmp=document.all["dot"].style.pixelTop;
document.all["dot"].style.pixelTop=document.all["dot"].style.pixelTop -20;
}
if (document.all["dot"].style.pixelTop < document.body.scrollTop){
var tmp=document.all["dot"].style.pixelTop;
document.all["dot"].style.pixelTop=document.all["dot"].style.pixelTop +20;
}

document.all["dot"].style.pixelLeft = xp;

setTimeout("snowIE()", 5);
}
if (ie4up) {
snowIE();
}
