   bot1on = new Image(60,28)
   bot1on.src = "/images/bot_foro_on.gif"
   bot1of = new Image(60,28)
   bot1of.src = "/images/bot_foro_of.gif"  

   bot2on = new Image(45,28)
   bot2on.src = "/images/bot_miembros_on.gif"
   bot2of = new Image(45,28)
   bot2of.src = "/images/bot_miembros_of.gif" 

   bot3on = new Image(50,28)
   bot3on.src = "/images/bot_mapa_on.gif"
   bot3of = new Image(50,28)
   bot3of.src = "/images/bot_mapa_of.gif" 

   bot4on = new Image(92,28)
   bot4on.src = "/images/bot_galeria_on.gif"
   bot4of = new Image(92,28)
   bot4of.src = "/images/bot_galeria_of.gif" 

	

function impresion(pagina) {
	var ventana = window.open("", "", "");
	var contenido = "<html><head><title>SGACV | Sociedade Galega de Anxiolox&iacute;a e Cirurx&iacute;a Vascular </title><link href='xtras/soloimpresion' rel='stylesheet' type='text/css' /></head><body onload='window.print();window.close();'><center><img style:'float:both; text-align:left;' src='../ima/logo_portada.gif'></center><br>" + document.getElementById(pagina).innerHTML + "<h5><center><img src='../ima/ima_logoabajo.gif' align='absmiddle'>(c) 2007 SGACV - Todos los derechos reservados</center></h5></body></html>";
	ventana.document.open();
	ventana.document.write(contenido);
	ventana.document.close();
}
