function showMenu(){
	$("#menu_title").show();
}

function hideMenu(){
	$("#menu_title").hide();
}