function obrazek(cosik) {
obraz = window.open('about:blank', '', 'toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=no,resizable=yes,fullscreen=no,channelmode=no');
obraz.moveTo(0,0);
obraz.resizeTo(screen.availWidth,screen.availHeight);
obraz.document.writeln('<html>');
obraz.document.writeln('<head>');
obraz.document.writeln('<TITLE>--== Natalia Gold ==--</TITLE>');
obraz.document.writeln('<META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=iso-8859-2">');
obraz.document.writeln('<LINK REL=stylesheet HREF=style.css TYPE="text/css">');
obraz.document.writeln('</head>');
obraz.document.writeln('<BODY ondragstart="return false" onselectstart="return false" BGCOLOR=#00000 LINK=black VLINK=black ALINK=black>');
obraz.document.writeln('<table HEIGHT=100% WIDTH=100%>');
obraz.document.writeln('<tr>');
obraz.document.writeln('<td VALIGN=center>');
obraz.document.write('<CENTER><IMG SRC="');
obraz.document.write(cosik);
obraz.document.writeln('" BORDER=0>');
obraz.document.write('<SPAN CLASS=text><CENTER><A OnFocus="this.blur()" href="javascript:this.close()"><font color="CEC7CE" size="2" face="Arial, Helvetica, sans-serif">Zamknij<A></CENTER></SPAN>');
obraz.document.writeln('</td>');
obraz.document.writeln('</tr>');
obraz.document.writeln('</table>');
obraz.document.writeln('</body>');
obraz.document.writeln('</html>');
}
