
	function showmenu(elmnt){
		document.getElementById(elmnt).style.visibility="visible";
	}
	
	function hidemenu(elmnt){
		document.getElementById(elmnt).style.visibility="hidden";
	}

	function m_ov(){
		this.style.backgroundColor="#FF6A22";
	}

