
	function show(theDiv) {
		document.getElementById(theDiv).style.overflow="visible";
		document.getElementById(theDiv).style.height="auto";
		document.getElementById('emailFormLink').innerHTML="";
	}