<!--

var imgwidth=6;
var imgheight=6;

var posnamx=['west','centre','east','*'];
var posnamy=['sky','horizon','floor','*'];

var px=0;
var py=0;
var IEjustierenW=0;
var IEjustierenH=0;

browser_version= parseInt(navigator.appVersion);
browser_type = navigator.appName;

if (browser_type == "Microsoft Internet Explorer" && (browser_version >= 4)) {
document.writeln('<div id="branding" style="position:absolute; visibility:show; left:800px; top:-5px; z-index:2">');
document.writeln('<table width=10><tr valign=top><td>');
document.writeln('<A HREF="http://www.okon.mazury.pl" TARGET="_blank">');
document.writeln('<IMG SRC="http://www.okon.mazury.pl/pokaz.gif" border=0 WIDTH=225 HEIGHT=422 ALT="Paliwa. Najniższe ceny za najwyższą jakość"></A>');
document.writeln('</td>');
document.writeln('<td><input type=button onClick="pos(3,3)" value="x"></td></tr></table></div>');

IEjustierenW=3;
IEjustierenH=3;
}

var imgwidth=6;
var imgheight=6;

var posnamx=['west','centre','east','*'];
var posnamy=['sky','horizon','floor','*'];

var px=0;
var py=0;
var NetscapejustierenW=0;
var NetscapeustierenH=0;

browser_version= parseInt(navigator.appVersion);
browser_type = navigator.appName;

if (browser_type == "Netscape" && (browser_version >= 4)) {
document.writeln('<div id="branding" style="position:absolute; visibility:show; left:800px; top:-5px; z-index:2">');
document.writeln('<table width=10><tr valign=top><td>');
document.writeln('<A HREF="http://www.okon.mazury.pl" TARGET="_blank">');
document.writeln('<IMG SRC="http://www.okon.mazury.pl/pokaz.gif" border=0 WIDTH=225 HEIGHT=422 ALT="Paliwa. Najniższe ceny za najwyższą jakość"></A>');
document.writeln('</td>');
document.writeln('<td><input type=button onClick="pos(3,3)" value="x"></td></tr></table></div>');

NetscapejustierenW=3;
NetscapejustierenH=3;
}

var imgwidth=6;
var imgheight=6;

var posnamx=['west','centre','east','*'];
var posnamy=['sky','horizon','floor','*'];

var px=0;
var py=0;
var MozillajustierenW=0;
var MozillajustierenH=0;

browser_version= parseInt(navigator.appVersion);
browser_type = navigator.appName;

if (browser_type == "Netscape" && (browser_version >= 4)) {
document.writeln('<div id="branding" style="position:absolute; visibility:show; left:800px; top:-5px; z-index:2">');
document.writeln('<table width=10><tr valign=top><td>');
document.writeln('<A HREF="http://www.okon.mazury.pl" TARGET="_blank">');
document.writeln('<IMG SRC="http://www.okon.mazury.pl/pokaz.gif" border=0 WIDTH=225 HEIGHT=422 ALT="Paliwa. Najniższe ceny za najwyższą jakość"></A>');
document.writeln('</td>');
document.writeln('<td><input type=button onClick="pos(3,3)" value="x"></td></tr></table></div>');

MozillajustierenW=3;
MozillajustierenH=3;
}

function schowaj() {
document.all["branding"].style.visibility="hidden";
};

function pos(x,y)
{ if (x==3) x=(px+1)%3;
if (y==3) y=(py+1)%2;
if (x==0) {imgwidth='6'}
else if (x==1) {imgwidth='Math.round((eval(innerW)-374)/2)'}
else {imgwidth='(eval(innerW)-407)+3*IEjustierenW'}
if (y==0) {imgheight='6'}
else if (y==1) {imgheight='(eval(innerH)-278)+3*IEjustierenH'}
else {imgheight='Math.round((eval(innerH)-266)/2)'};
px=x;
py=y;
}

document.write ('<IMG SRC="" BORDER=0 WIDTH=1 HEIGHT=1 onload="setVariables(); checkLocation();">');

setTimeout ("schowaj()", 10000);

var i=0;
var radius=0;
function setVariables() {


if (navigator.appName == "Netscape") {
horz=".left";
vert=".top";
docStyle="document.";
styleDoc="";
innerW="window.innerWidth";
innerH="window.innerHeight";
offsetX="window.pageXOffset";
offsetY="window.pageYOffset";
}
else {
horz=".pixelLeft";
vert=".pixelTop";
docStyle="";
styleDoc=".style";
innerW="document.body.clientWidth";
innerH="document.body.clientHeight";
offsetX="document.body.scrollLeft";
offsetY="document.body.scrollTop";
}
}
function checkLocation() {
objectXY="branding";
var availableX=eval(innerW);
var availableY=eval(innerH);
var currentX=eval(offsetX);
var currentY=eval(offsetY);
y=(eval(imgheight)-IEjustierenH)+currentY-eval(docStyle + objectXY + styleDoc + vert);
x=(eval(imgwidth)-IEjustierenW)+currentX-eval(docStyle + objectXY + styleDoc + horz);
if (y>1) y=(y+9)/10;
if (y<-1) y=(y-9)/10;
if (x>1) x=(x+9)/10;
if (x<-1) x=(x-9)/10;
//document.1.1.value=window.x;
x=x+(radius*Math.sin(i/30));
y=y+(radius*Math.cos(i++/30));
evalMove();
setTimeout("checkLocation()",1);
}
function evalMove() {
eval(docStyle + objectXY + styleDoc + horz + "+=" + x);
eval(docStyle + objectXY + styleDoc + vert + "+=" + y);
}
setVariables();
checkLocation();
pos(2,3);
//--> 






