function abreFoto(HTMLfoto,ancho,alto) {
popupWin=window.open(HTMLfoto,'ventana','width='+ancho+',height='+alto)
}