function openFoto(img){
  fotow = window.open('','foto','resizable=yes,scrollbars=yes,menubar=no,width=800,height=800');
  //fotow.moveTo(5,5);
  fotow.document.open();
  fotow.document.writeln('<html><head><title>ÇÀÎ "Äîðñòðîé-ÑÊ"</title><link rel="stylesheet" href="style.css"></head><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="window.focus();"><table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"><tr valign="middle"><td align="center">');
  fotow.document.writeln('<a href="javascript:self.close();"><img src="'+img+'" border="0" name="i"><br></a>');
  fotow.document.writeln('<script>setTimeout("if(document.images.i.width > 100) window.resizeTo(document.images.i.width+5,document.images.i.height+30);",50);</script>');
  fotow.document.writeln('</td></tr></table></body></html>');
  fotow.document.close();
}
