/*<TD align=middle bgColor=#ffffff><A href="javascript:zoom('x.jpg',x,y,no)">
  <IMG height=xxx src="m_xxxx.jpg" width=xxx border=0 alt="Kliknij aby powiększyć zdjęcie"></A></TD>*/

aw=screen.availWidth;
ah=screen.availHeight;
ile=0;
function ZOOM(src,w,h,yn) {
para='left='+(aw-w)/2+',top='+(ah-h)/2+',width='+w+',height='+h+',innerheight='+h+',innerwidth='+w+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars='+yn+',resizable=no';
ok0='ok1' + ile;
okno=window.open('',ok0,para)
okno.document.write('<HTML><HEAD>');
okno.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
okno.document.write('<TITLE>Stocznia Gdynia S.A.</title>');
okno.document.write('</HEAD>');
okno.document.write('<body background='+src+' leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>');
okno.document.write('<A href=# onclick="javascript:self.close();"><img width="100%" height="100%" src="grafika02/inwizibel.gif" border=0 ALT=" CLOSE WINDOW - ZAMKNIJ OKNO! "></A></body></html>');
okno.focus();
ile+=1;
}

