function ShowMenu(menuID) {
	display = document.getElementById("menu");
	what = document.getElementById(menuID);
	display.innerHTML = what.innerHTML;
}