<!--
function on3(numer,szer,wys,ile,tekst) {
ile=(ile*17)+((wys/2)*2)+3;
config='left=30,top=20,width='+szer+',height='+ile+',innerheight='+ile+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
msg=open('','',config);
msg.document.write("<html><head><meta http-equiv='Content-Type' content='text/html; charset=iso-8859-2'><title>F o t o</title><LINK href='style.css' type='text/css' rel='stylesheet'></head>");
msg.document.write("<body>");
msg.document.write("<div align='center'><a href='javascript:self.close()'><img src='"+numer+"' border='0'></a></div><center>"+tekst+"</center></body></html>");
}
//-->