function showit(shodat)
			 {
			 document.getElementById(shodat).style.visibility="visible";
			
			 }
	function hideit(hiddat)
			 {
			 document.getElementById(hiddat).style.visibility="hidden";
			 }
	
	//script for contacts-----------------------------------------------------
	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";}