// this file is dynamically generated
function validatefields679(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.choice5214[1-1].checked == true)options++;
if(form.choice5214[2-1].checked == true)options++;
if(form.choice5214[3-1].checked == true)options++;
if(form.choice5214[4-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";
var options = 0;var answers_num = 0;
if(form.choice5219[1-1].checked == true)options++;
if(form.choice5219[2-1].checked == true)options++;
if(form.choice5219[3-1].checked == true)options++;
answers_num = 0;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 2.\n";
var options = 0;var answers_num = 0;
if(form.choice5216[1-1].checked == true)options++;
if(form.choice5216[2-1].checked == true)options++;
if(form.choice5216[3-1].checked == true)options++;
if(form.choice5216[4-1].checked == true)options++;
if(form.choice5216[5-1].checked == true)options++;
if(form.choice5216[6-1].checked == true)options++;
if(form.choice5216[7-1].checked == true)options++;
if(form.choice5216[8-1].checked == true)options++;
if(form.choice5216[9-1].checked == true)options++;
if(form.choice5216[10-1].checked == true)options++;
if(form.choice5216[11-1].checked == true)options++;
answers_num = 0;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 3.\n";
var options = 0;var answers_num = 0;
if(form.choice5218[1-1].checked == true)options++;
if(form.choice5218[2-1].checked == true)options++;
if(form.choice5218[3-1].checked == true)options++;
if(form.choice5218[4-1].checked == true)options++;
if(form.choice5218[5-1].checked == true)options++;
if(form.choice5218[6-1].checked == true)options++;
if(form.choice5218[7-1].checked == true)options++;
if(form.choice5218[8-1].checked == true)options++;
if(form.choice5218[9-1].checked == true)options++;
if(form.choice5218[10-1].checked == true)options++;
answers_num = 0;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 5.\n";
if(form.answertext5220.value == "") alertmsg = alertmsg + "Please answer question # 6.\n";
if(form.answertext5221.value == "") alertmsg = alertmsg + "Please answer question # 7.\n";
if(form.answertext5222.value == "") alertmsg = alertmsg + "Please answer question # 8.\n";
if(form.answertext5223.value == "") alertmsg = alertmsg + "Please answer question # 9.\n";
if(form.answertext5224.value == "") alertmsg = alertmsg + "Please answer question # 10.\n";
if(form.answertext5225.value == "") alertmsg = alertmsg + "Please answer question # 11.\n";
if (alertmsg == ': Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
