function howFound() {    var dd = document.getElementById('howfound').value;
    if (dd > "3") {
	document.getElementById('hfothdv').style.display='block';    } else {
	document.getElementById('hfothdv').style.display='none';
    }}