function openFoto(img){
  fotow = window.open('','foto','resizable=yes,scrollbars=yes,menubar=no,width=860,height=860');
  //fotow.moveTo(5,5);
  fotow.document.open();
  fotow.document.writeln('<html><head><title>КОЛХОЗНЫЙ ОВОЩНОЙ РЫНОК Аренда помещений: 170 км. от г. Москва</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+20,document.images.i.height+50);",50);</script>');
  fotow.document.writeln('</td></tr></table></body></html>');
  fotow.document.close();
}