var ind = 0;
var anc = 0;
function showMenu(menu)
{
	document.getElementById('menu'+ind).className = "menu_cache";
	document.getElementById('menuP').className = "menu_cache";	
	document.getElementById('menu'+menu).className = "menu_montre";
	ind = menu;
}