function showMenu(object) {
	document.getElementById(object).style.display = 'block'
}