
function obrazek(nazwa,wymiar1,wymiar2)
{
	center1=screen.width/2 - wymiar1/2;
	center2=screen.height/2 - wymiar2/2;
	okno=window.open("", "", "height="+wymiar2+",width="+wymiar1+", left="+center1+",top="+center2);
	okno.document.open();
        okno.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\n<meta http-equiv="content-type" content="text/html; charset=iso-8859-2">\n<meta name="robots" content="index, follow, all">');
  
	okno.document.write("\n<html>\n<style>TD{ font-family: Arial, Verdana, Tahoma; font-size: 13px; color:#FFFFFF;  } A, A:LINK, A:ACTIVE    { color: #FFFFFF; text-decoration: underline; font-weight: bold; } A, A:LINK, A:VISITED { color: #FFFFFF; text-decoration: underline; font-weight: bold; } A:HOVER {   color: #B7DAF1; text-decoration: underline; font-weight: bold; } </style>\n<head>\n<title>PRK 7 S.A.</title>\n</head>\n<body style=\"margin:0px; background-color:#FFFFFF;\">\n<table height=23 width=100% cellspacing=0 cellpadding=0><tr><td style=\"text-align:left; background-color:#168AD9; background-image:url('gfx/zoom_02.gif');\"><img src='gfx/zoom_01.gif' border=0></td><td style=\"text-align:right; background-color:#168AD9; background-image:url('gfx/zoom_02.gif');\"><a href=javascript:window.close()><sup><b>Zamknij</b></sup></a>&nbsp;&nbsp;</td></tr></table>\n<a href=javascript:window.close()><img src="+nazwa+" border=0 alt='Zamknij'></a>\n</body>\n</html>");
	okno.document.close();
        }
 





