//window.onload=montre;
function mu(id) {
var b = document.getElementById(id);
	for (var g = 1; g<=7; g++) {
		if (document.getElementById('sbenu'+g)) {document.getElementById('sbenu'+g).style.display='none';}
	}
if (b) {b.style.display='block';}
}

  
