	function showBio(which)
	{
		var bioDiv = document.getElementById(which).innerHTML;
		document.getElementById("staff_bio").innerHTML = bioDiv;		
	}