function powiekszenie(width_, height_, name_, id)
{
	okno = window.open(' ', id , 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,fullscreen=no,channelmode=no,margin=no,width='+width_+',height='+height_+',top=100,left=100');
	okno.document.write('<html><head><title>Powiększenie</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><sc'+'ript language="javascript">var w=0; var h=0; var window_width=1; var window_height=1; var wartosc1=1; var wartosc2=1; function resize() {  window_width=document.images[0].width+12;  window_height=document.images[0].height+37;  if (screen.width<=window_width)   {	  wartosc1=screen.width;	  window_width=wartosc1;  }  if (screen.height<=window_height)   {	  wartosc2=screen.height;	  window_height=wartosc2;  }    if (navigator.appName == "Netscape") {w=-5; h=40;} if (document.images[0]) window.resizeTo(window_width+w, window_height+h);  self.focus();} </sc'+'ript><body style="margin:0px; cursor: pointer;" onload="resize();" onClick="window.close()" bgcolor="#000000">');
	okno.document.write('<table border="0" cellspacing="0" cellpadding="0"><tr><td><a href="javascript:window.close()"><img src="'+name_+'" border="0" alt="Zamknij / Close" style="border-color:#000000" /></a></td></tr></table></body></html>');
	okno.document.close();
	okno.focus();
}

