var wprops='toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, titlebar=no, copyhistory=no';

function verfoto(foto) {
  html = '<html><head><title>.:: TengaSuCasa.com.ar ::. Imagen de la propiedad </title>';
  html+= '<Scri\pt> var isIE=(document.all)?1:0; function reSizeToImage(){ if (isIE){ ancho=(document.images[0].width>100)?document.images[0].width :640;  alto=(document.images[0].height>100)?document.images[0].height :480; window.resizeTo(ancho+10,alto+30); } else { ancho=document.images[0].width+1; window.innerWidth=ancho; alto=document.images[0].height+1; window.innerHeight=alto;} } function MoveToCenter(){ windowX = (screen.availWidth-ancho)/2 ; windowY = (screen.availHeight-alto)/2; window.moveTo(windowX-5,windowY-15);} var ancho=0; var alto=0; function acomoda() { reSizeToImage(); MoveToCenter(); self.focus();}</scri\pt></head>';
  html+= '<body bgcolor="black" scroll="no" oncontextmenu="return false;" onBlur="self.close()" style="margin:0px"> <IMG src="'+ foto +'" BORDER=0 ALIGN=center onLoad="acomoda();"></body></html>';
  popupImage = window.open('','_blank', wprops);
  popupImage.document.open();
  popupImage.document.write(html);
  popupImage.document.close()
}
