// Są to autorskie skrypty firmy Infinite www.infinite.pl

var zoomImg;
function zoomImage(linkToImage,title,w,h){
zoomHfoto=h+40;
zoomWfoto=w+5;
zoomImg = open('','zImg','width='+zoomWfoto+',height='+zoomHfoto+',status=0,toolbar=0,menubar=0,scrollbars=0');
zoomImg.document.open();
zoomImg.document.writeln('<html><head><title>www.infinite.pl</title><META HTTP-EQUIV="content-type" CONTENT="text/html; CHARSET=iso-8859-2"><link rel="STYLESHEET" type="text/css" href="/layout/style.css"></head><body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" bottommargin="0" rightmargin="0" bgcolor="#006699" style="background-color: #006699;" onload="self.focus();"><center><img src="/layout/images/spacer.gif" alt="" width="1" height="2" border="0"><br>');

zoomImg.document.writeln('<img src="'+linkToImage+'" border="0"><br>');
zoomImg.document.writeln('<table width="100%" cellspacing="0" cellpadding="0" ><tr><td  colspan="2"><img src="/layout/images/spacer.gif" alt="" width="1" height="1" border="0"></td></tr></table>');
zoomImg.document.writeln('<table width="100%" cellspacing="0" cellpadding="0" ><tr><td background="/layout/images/dot.gif" colspan="2"><img src="/layout/images/spacer.gif" alt="" width="1" height="1" border="0"></td></tr></table>');
zoomImg.document.writeln('<table width="100%" cellspacing="0" cellpadding="0" align="center"><tr><td class="tlo_biale" colspan="3"><img src="/layout/images/spacer.gif" alt="" width="1" height="1" border="0"></td></tr>');

zoomImg.document.writeln('<tr><td colspan="3" class="tytul" style="background-color: #000262;"><img src="/layout/images/spacer.gif" alt="" width="1" height="7" border="0"></td></tr>');

zoomImg.document.writeln('<tr><td class="tytul" style="background-color: #000262;">&nbsp;</td><td class="tytul"  style="background-color: #000262; color: #FFFFFF;"><strong>'+title+'</strong></td><td  style="background-color: #000262;" topalign="middle" align="right"><a href="javascript: self.close();"><img src="/layout/images/zamknij_zoom.gif" alt="" width="57" height="17" border="0" hspace="10"></a></td></tr>');

zoomImg.document.writeln('<tr><td colspan="3" class="tytul" style="background-color: #000262;"><img src="/layout/images/spacer.gif" alt="" width="1" height="7" border="0"></td></tr>');

zoomImg.document.writeln('<tr><td class="tlo_biale" colspan="3"><img src="/layout/images/spacer.gif" alt="" width="1" height="1" border="0"></td></tr></table>');

zoomImg.document.writeln('<table width="100%" cellspacing="0" cellpadding="0" ><tr><td background="/layout/images/dot.gif" colspan="2"><img src="/layout/images/spacer.gif" alt="" width="1" height="1" border="0"></td></tr></table>');
zoomImg.document.writeln('<table width="100%" cellspacing="0" cellpadding="0" ><tr><td  colspan="2"><img src="/layout/images/spacer.gif" alt="" width="1" height="1" border="0"></td></tr></table>');
zoomImg.document.writeln('<table width="100%" cellspacing="0" cellpadding="0" ><tr><td background="/layout/images/dot.gif" colspan="2"><img src="/layout/images/spacer.gif" alt="" width="1" height="1" border="0"></td></tr></table>');

zoomImg.document.writeln('</center></body></html>');
zoomImg.document.close();

}
