function howFound() {    var hf = document.getElementById('howfound').value;
    if ((hf == "2") || (hf == "4") || (hf == "11") || (hf == "12")) {
	document.getElementById('hfothdv').style.display='block';    } else {
	document.getElementById('hfothdv').style.display='none';
    }}