function verti(foto,titulo) {
      fnstra=open("","finestra","toolbar=no,directories=no,menubar=no,status=no,width=500,height=670");
      fnstra.document.write("<HEAD><TITLE>"+titulo+"</TITLE></HEAD>");
      fnstra.document.write("<BODY bgcolor=#006699></BODY>");
      fnstra.document.write("<center>" + "<img src=" + foto + ">" + "</center>")
}

function hori(foto,titulo) {
      fnstra=open("","finestra","toolbar=no,directories=no,menubar=no,status=no,width=670,height=515");
      fnstra.document.write("<HEAD><TITLE>"+titulo+"</TITLE></HEAD>");
      fnstra.document.write("<BODY bgcolor=#006699></BODY>");
      fnstra.document.write("<center>" + "<img src=" + foto + ">" + "</center>")
}

function abreventana(pagina) 
{
msg=open(pagina,"nueva","height=350,width=550,status=no,toolbar=no,directories=no,menubar=no,location=no");
}
function abreventanagrande(pagina) 
{
msg=open(pagina,"nueva","height=520,width=550,status=no,toolbar=no,directories=no,menubar=no,location=no");
}
function abrefotosh(pagina) 
{
msg=open(pagina,"nuevaf","height=483,width=640,status=no,toolbar=no,directories=no,menubar=no,location=no");
}
function abrefotosv(pagina) 
{
msg=open(pagina,"nuevaf","height=640,width=483,status=no,toolbar=no,directories=no,menubar=no,location=no");
}
function abrefotosp(pagina) 
{
msg=open(pagina,"nuevaf","height=410,width=540,status=no,toolbar=no,directories=no,menubar=no,location=no");
}

function fotosh(foto,nombre,parametros)
{
  window.open(foto,nombre,parametros);
}

H1 {color: green; margin-left: 30;}
