function hiliMenu() {
	var bodyId = document.body.getAttribute("id");
	document.getElementById(bodyId+"Menu").className = "buttonON";
}