//Creada por Henry F.C y modificada por Guillermo Arias Cruz para Zews S.A
  function Ventana(img,enca){
  foto1= new Image();
  foto1.src=(img);
  Control(img,enca);
  }

function Control(img,enca){
if((foto1.width!=0)&&(foto1.height!=0)){
  verFoto(img,enca);
 }
}
function verFoto(img,enca){
  ancho=foto1.width;
  alto=foto1.height;
  ventana = window.open("mf.php?foto="+img+"&an="+ancho+"&al="+alto+"&tit="+enca,"Imagen","width="+ancho+",height="+alto+",left=190,top=110,scrollbars=no,menubars=no,statusbar=NO,status=NO,resizable=NO,location=NO")
 // ventana.moveTo((screen.width - ancho)/2,(screen.height - (alto))/2)//centra la ventana
  }


function SumaVisita(id){
var codigoProyecto = id;

}

