// this file is dynamically generated
function validatefields1161(form){
var alertmsg = 'Feedback Form: Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
var options = 0;var answers_num = 0;
if(form.choice10420[1-1].checked == true)options++;
if(form.choice10420[2-1].checked == true)options++;
if(form.choice10420[3-1].checked == true)options++;
if(form.choice10420[4-1].checked == true)options++;
if(form.choice10420[5-1].checked == true)options++;
if(form.choice10420[6-1].checked == true)options++;
if(form.choice10420[7-1].checked == true)options++;
if(form.choice10420[8-1].checked == true)options++;
if(form.choice10420[9-1].checked == true)options++;
if(form.choice10420[10-1].checked == true)options++;
if(form.choice10420[11-1].checked == true)options++;
if(form.choice10420[12-1].checked == true)options++;
if(form.choice10420[13-1].checked == true)options++;
if(form.choice10420[14-1].checked == true)options++;
if(form.choice10420[15-1].checked == true)options++;
answers_num = 0;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 1.\n";
if(form.answertext10414.value == "") alertmsg = alertmsg + "Please answer question # 2.\n";
if(form.user_email.value == "") alertmsg = alertmsg + "Please enter your Email Address.\n";
if (alertmsg == 'Feedback Form: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
