function menu_none() {
	var obj = document.getElementById('l_menu');
	obj.style.display = "none";
}