<!--
function view(plik,szer,wys,desc) {
config='left=100,top=100,width='+szer+',height='+wys+',innerheight='+wys+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
okn=window.open('',desc,config)
okn.document.write('<HTML><HEAD><title>');
okn.document.write(desc);
okn.document.write('</title></HEAD><body bgcolor=white leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>');
okn.document.write('<DIV align=center><a href=# onclick="javascript:self.close();"><img src='+plik+' border=0></A></DIV>');
okn.document.write('</body></html>');
}
//-->
