	function expand() {
		document.getElementById("more").style.display="block";		
		document.getElementById("expand").style.display="none";
	}
	