// this file is dynamically generated
function validatefields954(form){
var alertmsg = ': Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
var options = 0;var answers_num = 0;
if(form.choice9451[1-1].checked == true)options++;
if(form.choice9451[2-1].checked == true)options++;
if(form.choice9451[3-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 1.\n";
var options = 0;var answers_num = 0;
if(form.choice9452[1-1].checked == true)options++;
if(form.choice9452[2-1].checked == true)options++;
if(form.choice9452[3-1].checked == true)options++;
if(form.choice9452[4-1].checked == true)options++;
if(form.choice9452[5-1].checked == true)options++;
if(form.choice9452[6-1].checked == true)options++;
if(form.choice9452[7-1].checked == true)options++;
if(form.choice9452[8-1].checked == true)options++;
if(form.choice9452[9-1].checked == true)options++;
if(form.choice9452[10-1].checked == true)options++;
if(form.choice9452[11-1].checked == true)options++;
if(form.choice9452[12-1].checked == true)options++;
if(form.choice9452[13-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 2.\n";
if(form.answertext9453.value == "") alertmsg = alertmsg + "Please answer question # 3.\n";
var options = 0;var answers_num = 0;
if(form.choice9454[1-1].checked == true)options++;
if(form.choice9454[2-1].checked == true)options++;
answers_num = 0;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 4.\n";
if(form.answertext9456.value == "") alertmsg = alertmsg + "Please answer question # 6.\n";
if(form.answertext9457.value == "") alertmsg = alertmsg + "Please answer question # 7.\n";
if(form.answertext9462.value == "") alertmsg = alertmsg + "Please answer question # 8.\n";
if (alertmsg == ': Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
