
	function expandIt(whichEl){
	location.hash = "Help";
	    whichEl.style.display = (whichEl.style.display == "none" ) ? "" : "none";
	}
