function zoom(pic,nr)
{
width1=500;
height1=375;
a=screen.width;
b=screen.height;
x=(a-width1)/2;
y=(b-height1)/2;
picture=window.open('','big','left='+x+',top='+y+',width='+width1+',height='+height1+',Fullscreen=0,ScrollBars=0,ScrollBars=no,ScrollBars=false,status=0, location=0');
picture.document.write('<html>');
picture.document.write('<head>');
picture.document.write('</head>																									');
picture.document.write('<title>Perutrotter - Zoom.</title>																		');
picture.document.write('<meta http-equiv=Content-Type content=text/html; charset=iso-8859-2>									');
picture.document.write('<body leftmargin=0 bottommargin=0 topmargin=0 rightmargin=0 bgcolor=#F5EFCE><a href=javascript:window.close();><img src=\"http://www.perutrotter.pl/images/pictures/'+pic+'_big_'+nr+'.jpg\" border=0></a></body>');
picture.document.write('</html>																									');
}

function zoom2(pic,nr)
{
width1=400;
height1=500;
a=screen.width;
b=screen.height;
x=(a-width1)/2;
y=(b-height1)/2;
picture=window.open('','big','left='+x+',top='+y+',width='+width1+',height='+height1+',Fullscreen=0,ScrollBars=0,ScrollBars=no,ScrollBars=false,status=0, location=0');
picture.document.write('<html>');
picture.document.write('<head>');
picture.document.write('</head>																									');
picture.document.write('<title>Perutrotter - Zoom.</title>																		');
picture.document.write('<meta http-equiv=Content-Type content=text/html; charset=iso-8859-1>									');
picture.document.write('<body leftmargin=0 bottommargin=0 topmargin=0 rightmargin=0 bgcolor=#F5EFCE><a href=javascript:window.close();><img src=\"http://www.perutrotter.pl/images/pictures/'+pic+'_big_'+nr+'.jpg\" border=0></a></body>');
picture.document.write('</html>																									');
}