function showZoom(pict,x,y)
{
	zoomWin=window.open('/zoom.php?pict='+escape(pict),'Zoom','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width='+x+',height='+y);
}