function ZoomImg(img,tit){newWin=open("", "", "resizable=yes, width=550, height=550, left=50,top=50, fullscreen=false, scrollbars=no,status=no,toolbar=no,menubar=no");newWin.document.open();newWin.document.write("<html><head><title>"+tit+"</title></head>\r\n");newWin.document.write("<body marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 rightmargin=0 bottommargin=0 bgcolor=#355DA2><table border=0 cellpadding=20 cellspacing=0 height=100% align=center><tr><td valign=middle><table border=0 cellpadding=0 cellspacing=0><tr>\r\n");newWin.document.write("<td bgcolor=#ffffff align=center><a href='javascript:self.close()'><img src='im/"+img+".jpg' alt='Закрыть окно' border=0 hspace=4 vspace=4></a></td>\r\n");newWin.document.write("</tr><tr><td align=center></td></tr></table></td></tr></table></body></html>");newWin.document.close();}