// mUDA CLASSE DO MENU

	function menuOn(ID) {
	
		document.getElementById(ID).setAttribute("className","menu_on");
		document.getElementById(ID).setAttribute("class","menu_on");

	}