// JavaScript Document
if (document.getElementById("menu1")) {
	document.getElementById("menu1").onmouseover = function() {
		MontrerMenu("ssmenu1");
	}
	document.getElementById("menu1").onmouseout = function() {
		CacherDelai();
	}
}
if (document.getElementById("menu2")) {
	document.getElementById("menu2").onmouseover = function() {
		MontrerMenu("ssmenu2");
	}
	document.getElementById("menu2").onmouseout = function() {
		CacherDelai();
	}
}
if (document.getElementById("menu3")) {
	document.getElementById("menu3").onmouseover = function() {
		MontrerMenu("ssmenu3");
	}
	document.getElementById("menu3").onmouseout = function() {
		CacherDelai();
	}
}
if (document.getElementById("menu4")) {
	document.getElementById("menu4").onmouseover = function() {
		MontrerMenu("ssmenu4");
	}
	document.getElementById("menu4").onmouseout = function() {
		CacherDelai();
	}
}
if (document.getElementById("menu5")) {
	document.getElementById("menu5").onmouseover = function() {
		MontrerMenu("ssmenu5");
	}
	document.getElementById("menu5").onmouseout = function() {
		CacherDelai();
	}
}
if (document.getElementById("menu6")) {
	document.getElementById("menu6").onmouseover = function() {
		MontrerMenu("ssmenu6");
	}
	document.getElementById("menu6").onmouseout = function() {
		CacherDelai();
	}
}

