function openwindow(imagename){
<!-- 
nw = window.open("about:blank","",'left=150, top=20, width=620, height=460 resizable=0, scrollbars=no, menubar=no')
doc = nw.document;
doc.open('text/html');
doc.write('<html><head><title>Askot<\/title>');
doc.write('<link rel="stylesheet" href="style_nw.css" type="text/css">');
doc.write('<\/head><body><table width="620" height="460" valign="middle" border="0"><tr><td><center>');
doc.write('<a href=# onclick=self.close()><img src=' + imagename + ' alt="Zamknij okno" class="bigImg" style="vertical-align:middle;"><\/a><\/center><\/td><\/tr><\/table>');
doc.write('<\/body><\/html>');
doc.close();
}
function newwindow(filename,winname,features){
  window.open(filename,winname,features);
}
function showBanner() {
	window.open('banner.htm', '', 'menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,fullscreen=no,channelmode=no,width=538,height=217');
}
function showBanner2() {
	window.open('popup.htm', '', 'menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,fullscreen=no,channelmode=no,width=508,height=650');
}