function setvar (varrecibida){
	var variable=varrecibida;
}

function rollout (varrecibida,ruta){

	if (variable=!varrecibida){
			this.src=ruta;
		};
}

function menu(capa) {

	document.getElementById(capa).style.display = 'none';
	//grupo = document.getElementById('navegador').getElementsByTagName('DIV');
	for (i=1; i<6; i++) {
			document.getElementById('lista'+i).style.display = 'none';

	}
	vista = (document.getElementById(capa).style.display == 'none') ? 'block' : 'none';
	document.getElementById(capa).style.display = vista; 
}

function resetear (){
		document.getElementById('img1').src='img/menucomo/1a.gif';
		document.getElementById('img2').src='img/menucomo/2a.gif';
		document.getElementById('img3').src='img/menucomo/3a.gif';
		document.getElementById('img4').src='img/menucomo/4a.gif';
}
	

function pulsada(capa){
	resetear(); 
	if (capa=='01'){
		document.getElementById('img1').src='img/menu/1b.gif';
	}
	if (capa=='02'){
		document.getElementById('img2').src='img/menu/2b.gif';
	}
	if (capa=='03'){
		document.getElementById('img3').src='img/menu/3b.gif';
	}
	if (capa=='04'){
		document.getElementById('img4').src='img/menu/4b.gif';
	}
}





