function cerrar(){
MiVentana.close();
}

function monre(nombreImagen){
nombre=["Sus padres", "A la guitarra", "Caricatura", "Delegado", "Fotomatón .", "Casa natal", "Su madre", "Su esposa", "Lola Flores", "Ojos Negros"];
titulo="Fotografías del Maestro Monreal";
imagen=["<img src=images/mon_0.jpg width=197 height=238 vspace=40>","<img src=images/mon_1.jpg width=211 height=289 vspace=40>","<img src=images/mon_2.jpg width=230 height=342 vspace=20>","<img src=images/mon_3.jpg width=208 height=249 vspace=40>","<img src=images/mon_4.jpg width=109 height=388>","<img src=images/mon_5.jpg width=193 height=277 vspace=40>","<img src=images/mon_6.jpg width=289 height=190 vspace=40>","<img src=images/mon_7.jpg width=295 height=211 vspace=40>","<img src=images/mon_8.jpg width=265 height=172 vspace=40>","<img src=images/mon_9.jpg width=222 height=131 vspace=40>"];
MiVentana=open("","MiVentana","toolbar=no,directories=no,menubar=no,status=yes,width=325,height=458");
MiVentana.document.write("<HEAD><TITLE>"+titulo+"</TITLE><script language='javascript'>"+function cerrar() { if(typeof(window)=='object') close();}+"</script></HEAD>");
MiVentana.document.write("<body background='images/fondo2.jpg'><p align='center'>");
MiVentana.document.write(imagen[(nombreImagen)]);
MiVentana.document.write("<p align='center'><input type=button value=cerrar onClick='cerrar()'><p></body>");
MiVentana.window.status=nombre[(nombreImagen)];
}

function borao(nombreImagen){
nombre=["D. Santiago con su esposa", "D. Santiago en su despacho"];
titulo="Puente de madera";
imagen=["<img src=images/borao1.jpg width=540 height=479 vspace=10>","<img src=images/borao2.jpg width=758 height=516>"];
MiVentana=open("","MiVentana","toolbar=no,directories=no,menubar=no,status=yes,width=780,height=580");
MiVentana.document.write("<HEAD><TITLE>"+titulo+"</TITLE><script language='javascript'>"+function cerrar() { if(typeof(window)=='object') close();}+"</script></HEAD>");
MiVentana.document.write("<body background='images/fondo2.jpg'><p align='center'>");
MiVentana.document.write(imagen[(nombreImagen)]);
MiVentana.document.write("<p align='center'><input type=button value=cerrar onClick='cerrar()'><p></body>");
MiVentana.window.status=nombre[(nombreImagen)];
}
