function change(){
	document.getElementById("menu-head").style.backgroundColor = "#ddd";
	}
	function change_back(){
	document.getElementById("menu-head").style.backgroundColor = "#fff";
	}

