		<!--
		function wsAlterDescription(id) {
			if(dObj = elementExist(id)) {
				if(bObj = elementExist("expBttn_"+id)) {
					bObj.src = "http://www.reaproject.org/img/"+((dObj.style.display=="block") ? "expand_button.gif" : "collapse_button.gif");
					}
				dObj.style.display = (dObj.style.display=="block") ? "none" : "block";
				}
			}
		//-->
		