function cerrar(){
MiVentana.close();
}

function banda(nombreImagen){
nombre=["Banda de Música"];
titulo="Asociaciones";
imagen=["<img src=images/banda99.jpg width=569 height=337>"];
MiVentana=open("","MiVentana","toolbar=yes,directories=yes,menubar=yes,status=yes,width=589,height=407");
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>");
MiVentana.document.write("<p align='center'><p></body>");
MiVentana.window.status=nombre[(nombreImagen)];
}

function romeria(nombreImagen){
nombre=["Vista parcial", "Tractores engalanados", "Santa Misa", "Saboreando la comida", "D. Angel Cobos y señora", "El niño romero", "Banda de música", "Concurso de baile", "Tiro de barra"];
titulo="IV Romería";
imagen=["<img src=images/ro_fot0.jpg width=356 height=238 vspace=58>","<img src=images/ro_fot1.jpg width=356 height=238 vspace=58>","<img src=images/ro_fot2.jpg width=356 height=238 vspace=58>","<img src=images/ro_fot3.jpg width=356 height=238 vspace=58>","<img src=images/ro_fot4.jpg width=238 height=356>","<img src=images/ro_fot5.jpg width=356 height=238 vspace=58>","<img src=images/ro_fot6.jpg width=356 height=238 vspace=58>","<img src=images/ro_fot7.jpg width=356 height=238 vspace=58>","<img src=images/ro_fot8.jpg width=356 height=238 vspace=58>"];
MiVentana=open("","MiVentana","toolbar=no,directories=no,menubar=no,status=yes,width=376,height=426");
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 expo(nombreImagen){
nombre=[""];
titulo="III Exposición";
imagen=["<img src=images/exp_00.jpg width=445 height=298 vspace=73>","<img src=images/exp_01.jpg width=445 height=298 vspace=73>","<img src=images/exp_02.jpg width=445 height=298 vspace=73>","<img src=images/exp_03.jpg width=445 height=298 vspace=73>","<img src=images/exp_04.jpg width=445 height=298 vspace=73>","<img src=images/exp_05.jpg width=445 height=298 vspace=73>","<img src=images/exp_06.jpg width=445 height=298 vspace=73>","<img src=images/exp_07.jpg width=445 height=298 vspace=73>","<img src=images/exp_08.jpg width=445 height=298 vspace=73>","<img src=images/exp_09.jpg width=298 height=445>","<img src=images/exp_10.jpg width=298 height=445>","<img src=images/exp_11.jpg width=298 height=445>"];
MiVentana=open("","MiVentana","toolbar=no,directories=no,menubar=no,status=yes,width=465,height=515");
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.document.write("<p align='center'><p></body>");
MiVentana.window.status=nombre[(nombreImagen)];
}

