ns6 = (!document.all && document.getElementById) ? true : false;
ie = (document.all)? true:false;
document.onmousemove = Ruch;
var delay=10;
var dxpx=5;
var liczpx=0;
var OstPoz=0;
var RuchDwn=1;
document.write("<STYLE TYPE=text/css><!--");
document.write('#reklama{LEFT:00px;TOP:0px;VISIBILITY:visible;WIDTH:505px;HEIGHT:250px;POSITION:absolute;z-index:99}');
document.write('#prog{position:absolute; left:50px;top:50;z-index:96}'); 
document.write("--></STYLE>");  
Xbaza=document.getElementById("baza").offsetLeft;
Ybaza=document.getElementById("baza").offsetTop;
var YpoczBan=Ybaza-Wys_banera+Odslona_Pocz;
var Ypocz=YpoczBan;
var Ykon=Ybaza;
document.getElementById("prog").style.left=Xbaza;
document.getElementById("prog").style.top=Ybaza+Odslona_Pocz;
document.getElementById("reklama").style.left=Xbaza;
document.getElementById("reklama").style.top=YpoczBan;
OstPoz=YpoczBan

function ruch_dy_down(ident) { 
if(document.getElementById(ident).offsetTop<Ykon && y<Odslona_Pocz+10 && x<Szer_banera) { 
liczpx=liczpx+dxpx;
OstPoz=YpoczBan+liczpx
document.getElementById(ident).style.top=OstPoz
setTimeout("ruch_dy_down('"+ident+"')",delay); 
}else{ 
liczpx=Ybaza;
liczpx=0;
RuchDwn=0;
}
} 
 
function ruch_dy_up(ident) {
if(document.getElementById(ident).offsetTop>YpoczBan && RuchDwn==0) { 
liczpx=liczpx-dxpx;
OstPoz=Ybaza+liczpx;
document.getElementById(ident).style.top=OstPoz;
setTimeout("ruch_dy_up('"+ident+"')",delay); 
}else{ 
OstPoz=0;
RuchDwn=1;
liczpx=0;
}
} 
function Ruch(e) {
if (ns6) { 
	x=e.pageX;
	y=e.pageY;
	}
if (ie) {
	x=event.clientX+document.body.scrollLeft;
	y=event.clientY+document.body.scrollTop;
	}
	}
	var xx=0
	var yy=0
function scope(){
xx=x
yy=y
	}
	
	
