var nume=1;
function abrir(im,ancho,alto){
  ancho_ventana=ancho+20;
  alto_ventana=alto+20;
  ventana="ventana"+nume;
  ventana=window.open("","_blank","width="+ancho_ventana+",height="+alto_ventana+",top="+(screen.height-alto)/2+",left="+(screen.width-ancho)/2);
  ventana.document.write("<html><head><title>MIRANDA BARRUECO JOYERO</title></head><body bgcolor=#ffffff style='margin: 0px 0px;'>");
  ventana.document.write("<table width=100% height=100% cellspacing=0 cellpadding=0 border=0  align=center><tr><td align=center valign=middle>");
  ventana.document.write("<IMG SRC='"+im+"' onClick='self.close()' style='cursor: hand; border: 2px solid black;'>");
  ventana.document.write("</td></tr></table></body></html>");
  window.cursor='default';
  nume=nume+1;
}

function abrircon(im,ancho,alto){
  ancho_ventana=ancho+20;
  alto_ventana=alto+20;
  ventana="ventana"+nume;
  ventana=window.open("","_blank","width="+ancho_ventana+",height="+alto_ventana+",top="+(screen.height-alto)/2+",left="+(screen.width-ancho)/2);
  ventana.document.write("<html><head><title>MIRANDA BARRUECO JOYERO</title></head><link rel='stylesheet' href='../comun/estilos/estilos.css'><body bgcolor=#ffffff style='margin: 0px 0px;'>");
  ventana.document.write("<table width=90% height=100% cellspacing=0 cellpadding=0 border=0 align=center><tr><td align=center>");
  ventana.document.write("<IMG SRC='"+im+"' onClick='self.close()' style='cursor: hand; border: 2px solid black;'>");
  ventana.document.write("</td></tr>");
  ventana.document.write("<tr><td valign=top><p class='centrado'><a href='#' onClick='self.close()'>cerrar</a></p></td></tr></table></body></html>");
  window.cursor='default';
  nume=nume+1;
}

function abrirtexto(ancho,alto){
  ancho_ventana=ancho+20;
  alto_ventana=alto+20;
  ventana="ventana"+nume;
  ventana=window.open("","_blank","width="+ancho_ventana+",height="+alto_ventana+",top="+(screen.height-alto)/2+",left="+(screen.width-ancho)/2);
  ventana.document.write("<html><head><title>MIRANDA BARRUECO JOYERO</title></head><link rel='stylesheet' href='../comun/estilos/estilos.css'><body bgcolor=#ffffff style='margin: 0px 0px;'>");
  ventana.document.write("<br><table width=90% height=100% cellspacing=0 cellpadding=0 border=0 align=center><tr><td align=center class='borde'>");
  ventana.document.write("<p class='centrado2'><b class='b'>Aula Móvil con portátiles</b></p><p class='centrado2'><b class='b'>Tecnología Inalámbrica</b></p><p class='centrado2'><b class='b'>Servidores Propios</b></p></td></tr>");
  ventana.document.write("<tr><td valign=top><p class='centrado'><a href='#' onClick='self.close()'>cerrar</a></p></td></tr>");
  ventana.document.write("</td></tr></table></body></html>");

  window.cursor='default';
  nume=nume+1;
}







function muestra(cual, cuantos){
	for (i=1;i<=cuantos;i++){
		eval("bloque"+i+".style.display='none'");
	}
	eval(cual+".style.display='block'");
}


function abrirventana(pagina,ancho,alto){
  ancho_ventana=ancho+20;
  alto_ventana=alto+20;
  	features = "width="+ancho+",height="+alto+",top="+(screen.height-alto)/2+",left="+(screen.width-ancho)/2;	
	window.open(pagina,"yo",features);
}

function cambio(m){
centro.src="grandes/"+m;
}

function cambio2(m){
centro.src="visita/grandes/"+m;
}
function cambio3(m){
centro2.src="grandes/"+m;
}
