function cerrar(){
MiVentana.close();
}



function belen(nombreImagen){
nombre=["1", "2", "3", "4", "5", "6", "7", "8", "9","10", "11"];
titulo="Belen viviente";
imagen=["<img src=images/belen1.jpg width=596 height=399 vspace=0>","<img src=images/belen2.jpg width=599 height=421 vspace=0>","<img src=images/belen3.jpg width=596 height=391 vspace=0>","<img src=images/belen4.jpg width=603 height=395>","<img src=images/belen5.jpg width=603 height=395>","<img src=images/belen6.jpg width=296 height=418 vspace=0>","<img src=images/belen7.jpg width=298 height=415 vspace=0>","<img src=images/belen8.jpg width=293 height=418 vspace=0>","<img src=images/belen9.jpg width=296 height=418 vspace=0>","<img src=images/belen10.jpg width=293 height=415 vspace=0>","<img src=images/belen11.jpg width=596 height=394 vspace=0>"];
MiVentana=open("","MiVentana","toolbar=no,directories=no,menubar=no,status=yes,width=630,height=500");
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)];
}