function powieksz(plik,format)

{
htmlbody = window.open('', '', 'toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=50,top=15');

htmlbody.document.open();
htmlbody.document.write('<html>');
htmlbody.document.write('<head><title>Strona Jamesa Bonda | Podgl¹d zdjêcia</title>');
htmlbody.document.write('<link rel="stylesheet" href="sjb.css" type="text/css"></head>');
htmlbody.document.write('<body topmargin=10 leftmargin=10>');
selectioe = ('a');
htmlbody.document.write('<center>');
htmlbody.document.write('<a href=javascript:window.close() onFocus="blur()">');
htmlbody.document.write('<img src="' + plik + '_d.' + format + '" class="ramkabanner" border=0 hspace=0 vspace=0 alt="kliknij, ¿eby zamkn±æ">');
htmlbody.document.write('</a>');
htmlbody.document.write('</body></html>');
htmlbody.document.close();

okienko = okienko + 1;
}
