function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function cambiar_boton(elemento){
	document.getElementById(elemento).src = "imatges/"+elemento+"_over.png";
}

function quitar_boton(elemento){
	document.getElementById(elemento).src = "imatges/"+elemento+".png";
}
