<!--function check_cdfs(form) {	return true;}function doSubmit() {	if (check_cdfs(document.survey)) {	document.survey.submit();	}	return;}function clearText(thefield) {	if (thefield.defaultValue==thefield.value)	thefield.value = ""}-->