
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function CambiarImagen (nombreImagen, imagen) 
	{
	
	punto = new Image ();
	punto.src = "imatges/punt.gif"
	flecha = new Image();
	flecha.src = "imatges/flecha.gif"	
		document.images[nombreImagen].src = eval(imagen + ".src")
	}
	
function buscar(){

	document.forms['buscar'].submit();
}
	
function mostrar(capa,menu){

ocultarTodo();

if(menu=='actualitat') {
cadena="<table class='txtGranate' width='100%'><tr><td height='25' align='right'><img src='imatges/punt.gif' id='img1'> <a href='noticies.asp' onMouseOver=CambiarImagen('img1','flecha') onMouseOut=CambiarImagen('img1','punto');>Notícies</a></td><td width='10'></td></tr><tr><td height='25' align='right'><img src='imatges/punt.gif' id='img2'> <a href='novetats.asp' onMouseOver=CambiarImagen('img2','flecha') onMouseOut=CambiarImagen('img2','punto');>Novetats</a></td><td width='10'></td></tr><tr><td height='25' align='right'><img src='imatges/punt.gif' id='img3'> <a href='archiu.asp' onMouseOver=CambiarImagen('img3','flecha') onMouseOut=CambiarImagen('img3','punto');>Arxiu Notícies</a></td><td width='10'></td></tr></table>";
pos = "0px";
alto="95px";
}

if(menu=='organitzacio') {
cadena="<table class='txtGranate' width='100%'><tr><td height='25' align='right'><img src='imatges/punt.gif' id='img1'> <a href='estatuts.asp' onMouseOver=CambiarImagen('img1','flecha') onMouseOut=CambiarImagen('img1','punto');>Estatuts</a></td><td width='10'></td></tr><tr><td height='25' align='right'><img src='imatges/punt.gif' id='img2'> <a href='historia.asp' onMouseOver=CambiarImagen('img2','flecha') onMouseOut=CambiarImagen('img2','punto');>Història</a></td><td width='10'></td></tr><tr><td height='25' align='right'><img src='imatges/punt.gif' id='img4'> <a href='presidents.asp' onMouseOver=CambiarImagen('img4','flecha') onMouseOut=CambiarImagen('img4','punto');>Presidents</a></td><td width='10'></td></tr><tr><td height='25' align='right'><img src='imatges/punt.gif' id='img5'> <a href='juntaGovern.asp' onMouseOver=CambiarImagen('img5','flecha') onMouseOut=CambiarImagen('img5','punto');>Junta de Govern</a></td><td width='10'></td></tr><tr><td height='25' align='right'><img src='imatges/punt.gif' id='img6'> <a href='#' onMouseOver=CambiarImagen('img6','flecha') onMouseOut=CambiarImagen('img6','punto');>Participació en altres institucions</a></td><td width='10'></td></tr><tr><td height='10'></td></tr></table>";
pos = "110px";
ancho ="160px";
alto="150px";
}

if(menu=='membres') {
cadena="<table class='txtGranate' width='100%'><tr> <td height='25' align='right'><img src='imatges/punt.gif' id='img1'> <a href='membres_2.asp' onMouseOver=CambiarImagen('img1','flecha') onMouseOut=CambiarImagen('img1','punto');>Numeraris</a></td><td width='10'></td></tr><tr><td height='25' align='right'><img src='imatges/punt.gif' id='img2'> <a href='membres_1.asp' onMouseOver=CambiarImagen('img2','flecha') onMouseOut=CambiarImagen('img2','punto');>D'Honor</a></td><td width='10'></td></tr><tr><td height='25' align='right'><img src='imatges/punt.gif' id='img3'> <a href='membres_3.asp' onMouseOver=CambiarImagen('img3','flecha') onMouseOut=CambiarImagen('img3','punto');>Electes</a></td><td width='10'></td></tr><tr><td height='25' align='right'><img src='imatges/punt.gif' id='img4'> <a href='medalles.asp' onMouseOver=CambiarImagen('img4','flecha') onMouseOut=CambiarImagen('img4','punto');>Les Medalles acadèmiques</a></td><td width='10'></td></tr></table>";
pos = "235px";
ancho ="160px";
alto="135px";
}


if(menu=='publicacions') {
cadena="<table class='txtGranate' width='100%'><tr><td height='25' align='right'><img src='imatges/punt.gif' id='img1'> <a href='historia_pdf.asp' onMouseOver=CambiarImagen('img1','flecha') onMouseOut=CambiarImagen('img1','punto');>Història de l'Acadèmia</a></td><td width='10'></td></tr><tr><td height='25' align='right'><img src='imatges/punt.gif' id='img2'> <a href='annals.asp' onMouseOver=CambiarImagen('img2','flecha') onMouseOut=CambiarImagen('img2','punto');>Annals i Comunicacions  </a></td><td width='10'></td></tr><tr><td height='25' align='right'><img src='imatges/punt.gif' id='img3'> <a href='discursos.asp' onMouseOver=CambiarImagen('img3','flecha') onMouseOut=CambiarImagen('img3','punto');>Discursos d'ingrés</a></td><td width='10'></td></tr><tr><td height='25'  align='right'><img src='imatges/punt.gif' id='img4'> <a href='necrologiques.asp' onMouseOver=CambiarImagen('img4','flecha') onMouseOut=CambiarImagen('img4','punto');>Necrològiques</a></td><td width='10'></td></tr><tr><td height='25' align='right'><img src='imatges/punt.gif' id='img5'> <a href='revista.asp' onMouseOver=CambiarImagen('img5','flecha') onMouseOut=CambiarImagen('img5','punto');>Revista Jurídica de Catalunya</a></td><td width='10'></td></tr></table>";
pos = "325px";
ancho ="160px";
alto="165px";
}


if(menu==''){
document.getElementById(capa).innerHTML ='';
document.getElementById(capa).style.visibility="hidden"; 

} else {
document.getElementById(capa).innerHTML =cadena;
document.getElementById(capa).style.visibility="visible"; 
//document.getElementById(capa).style.left=pos; 
document.getElementById(capa).style.width='167px'; 
document.getElementById(capa).style.height=alto; 
}

}

function ocultarTodo(){

document.getElementById('menu1').innerHTML ='';
document.getElementById('menu1').style.visibility="hidden"; 
document.getElementById('menu1').style.height='0px'; 
document.getElementById('menu2').innerHTML ='';
document.getElementById('menu2').style.visibility="hidden"; 
document.getElementById('menu2').style.height='0px'; 
document.getElementById('menu3').innerHTML ='';
document.getElementById('menu3').style.visibility="hidden"; 
document.getElementById('menu3').style.height='0px'; 
document.getElementById('menu4').innerHTML ='';
document.getElementById('menu4').style.visibility="hidden"; 
document.getElementById('menu4').style.height='0px'; 
}