var id; var vis = false; var str = true; function StartGlide(){ // top window.baner468.style.pixelLeft = screen.width - 468 - 50; window.baner468.style.pixelTop= -75; window.baner468.style.visibility = "visible"; id = window.setInterval("Glide()",50); } function showhide(){ if (vis){ window.baner468ubn.style.visibility = "hidden"; // window.baner468ubn.style.visibility = "hide"; vis = false; }else{ window.baner468ubn.style.visibility = "visible"; vis = true; } } function Glide2(){ window.baner468ubn.style.pixelTop = 20; window.baner468ubn.style.pixelLeft = screen.width - 468 - 50; window.baner468ubn.style.visibility = "visible"; vis = true; id2 = window.setInterval("showhide()",5000); } function Glide(){ if ( window.baner468.style.pixelTop < 10 ){ window.baner468.style.pixelTop += 5; }else{ window.baner468.style.pixelTop = 10; if (str){ timerID2 = setTimeout("Glide2()",500); str = false; } if (id){ window.clearInterval(id); } } } timerID = setTimeout("StartGlide()",5000);