	//<![CDATA[

	function doStuff(el) {
	el.src="../images/about_on.gif";
	document.getElementById("img").style.display="block";
	el.onmouseout=function() {
	el.src="../images/about_off.gif";
	document.getElementById("img").style.display="block";
	}
	}
	
	function doStuff2(el) {
	el.src="../images/information_on.gif";
	document.getElementById("img2").style.display="block";
	el.onmouseout=function() {
	el.src="../images/information_off.gif";
	document.getElementById("img2").style.display="block";
	}
	}
	
	function doStuff3(el) {
	el.src="../images/nutrition_on.gif";
	document.getElementById("img3").style.display="block";
	el.onmouseout=function() {
	el.src="../images/nutrition_off.gif";
	document.getElementById("img3").style.display="block";
	}
	}

	function doStuff4(el) {
	el.src="../images/treatments_on.gif";
	document.getElementById("img4").style.display="block";
	el.onmouseout=function() {
	el.src="../images/treatments_off.gif";
	document.getElementById("img4").style.display="block";
	}
	}
	
	function doStuff5(el) {
	el.src="../images/resources_on.gif";
	document.getElementById("img5").style.display="block";
	el.onmouseout=function() {
	el.src="../images/resources_off.gif";
	document.getElementById("img5").style.display="block";
	}
	}
	
	function doStuff6(el) {
	el.src="../images/professionals_on.gif";
	document.getElementById("img6").style.display="block";
	el.onmouseout=function() {
	el.src="../images/professionals_off.gif";
	document.getElementById("img6").style.display="block";
	}
	}
	//]]>
