// JavaScript Document

function fondoMenu(elemento) {
	document.getElementById("menu").style.backgroundImage = 'url(imagenes/fondos/'+elemento+'.png)';
}

function fondoMenuEnBlanco() {
	document.getElementById("menu").style.backgroundImage = 'url(imagenes/fondos/enblanco.png)';
}
