/*******************/
/*  FONCTION MENU  */
/* PQOUTREMONT.ORG */
/*  NOVEMBRE 2006  */
/*******************/

<!--
function allume(item) {
	document.getElementById(item).src = "img/menu/"+item+"_o.jpg";
}
function eteint(item) {
	document.getElementById(item).src = "img/menu/"+item+".jpg";
}
-->