
   function showit(){
		document.getElementById('FinanceTD').style.display = "" 
	}
	
	function hearAbout_onChange(obj){
		if (obj.options[obj.selectedIndex].text=="Other (please give details if you can)")
		OtherOptionTD.style.display = "" 
		else	
		OtherOptionTD.style.display = "none" 
	}
