function menuOn(id) {
	document.getElementById(id).color="#000000";
}

function menuOff(id) {
	document.getElementById(id).color="";
}
