<!-- Begin
if(top.location == self.location) {
window.open("index.html",'_self','toolbar=yes');
}
var newWindow=null;
function closeNewWindow() {
 if (newWindow && !newWindow.closed)
 { newWindow.close();}
}
function z(n,h,w) {
closeNewWindow();
w1='toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+(""+w)+',height='+(""+h)+',top=0,left=0';
var zz='<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>'+n+' - Wycieczki po Polsce & Trips over Poland</title></head>';
zz +="<body BGCOLOR='#B9C6E3' background='tlo-zn-anim.gif' style='margin:0'>";
zz +="<img src='b/"+n+"' border=0 width='"+(""+w)+"' height='"+(""+h)+"' alt='"+n+"'></body></html>";
newWindow=window.open(n,"",w1);
newWindow.document.write(zz);
newWindow.document.close();
}
// End -->
