	function contactsshow()
			 {document.getElementById("officers").style.display="block";}
	function contactshide()
			 {document.getElementById("officers").style.display="none";}
			 
			 
	function showbus()
			 {document.getElementById("bizadd").style.display="block";} 
	function hidebus()
		     {document.getElementById("bizadd").style.display="none"}
		     
	function showexec ()
			 {document.getElementById("execs").style.display="block"}
	function hideexec ()
		     {document.getElementById("execs").style.display="none"}	