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