window.onload=cache;

function cache()
	{ 
		document.getElementById('menu').style.display= "none"	
	} 
	
function montre()
	{ 
		document.getElementById('menu').style.display= "block"	
	} 

