function menu() {
	var elem = 'items';
	document.getElementById(elem).style.visibility = 'visible';
}

