<!--
function fotografia(imagen,ventana_w,ventana_h) {
// respecto al fichero que llama a la funcion
var ficherodestino = 'fotografia.htm#'

var remote = window.open( ficherodestino + imagen , "Fotografia", "width=" + ventana_w + ",height=" + ventana_h + ",resizable=no,scrollable=yes,scrollbars=no,menubar=no,status=no,toolbar=no,location=no,directories=no");
}
// -->