function menu(myObject,myDisplayProperty) {
	var div = document.getElementById(myObject);
	div.style.display = myDisplayProperty;
}