function maxpict(foto_big2,tit,height2) {
 var win = window.open('','_galery',"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=349,height="+height2);
 win.document.open("text/html");
 with (win.document) {
  write("<html><head><title>ЦН &laquo;НИРЛАН&raquo; - "+tit+"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</title><script language='JavaScript'>self.focus()</script></head>");
  write("<body bgcolor='#FFFFFF' leftmargin=0 topmargin=0 marginheight=0 marginwidth=0><table border='0' cellspacing='0' cellpadding='0' width='100%'><tr>");
  write("<td width='100%' align='center' background='/imgs/tour/bg.gif' style='background-repeat: no-repeat;'><div style='margin-top:14px;'><object id='IpixX1' width='319' height='240' classid='clsid:11260943-421B-11D0-8EAC-0000C07D88CF' CODEBASE='http://www.ipix-i.com/download/ipixx.cab#version=6,2,0,5' name='ipix' vspace='0' hspace='0' border='1'><param name='_Version' value='65536'><param name='_ExtentX' value='11924'><param name='_ExtentY' value='9278'><param name='_StockProps' value='0'><param name='IPXFILENAME' value='/imgs/tour/Scene"+foto_big2+".ipx'><embed src='/imgs/tour/Scene"+foto_big2+".ipx' width='319' height='240' palette='FOREGROUND' type='application/x-ipix' pluginspage='http://www.ipix.com/cgi-bin/download.cgi' name='ipix' vspace='0' hspace='0' border='1' _version='65536' _extentx='11924' _extenty='9278' _stockprops='0' ipxfilename='/imgs/tour/Scene"+foto_big2+".ipx'></embed></object></div></td>");
  write("</tr><tr><td background='/imgs/tour/bg-c.gif' style='background-repeat: repeat-y;'><div style='width: 100%; margin: 5px 15px 5px 15px;font-size:11px;color:#3F3F3F;font-family: Tahoma, Verdana;'>Для управления наведите курсор мыши на изображение, нажмите левую кнопку и, не отпуская эту кнопку, перемещайте мышь.</div></td>");
  write("</tr><tr><td background='/imgs/tour/bg-b-t.gif'><img src='/imgs/design/sp.gif' width='1' height='7' alt='' border='0'></td>");
  write("</tr></table></body></html>");
  close();
 }
}