// this file is dynamically generated
function validatefields676(form){
var alertmsg = ': Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if(form.answertext5171.value == "") alertmsg = alertmsg + "Please answer question # 1.\n";
if(form.answertext5172.value == "") alertmsg = alertmsg + "Please answer question # 2.\n";
if(form.answertext5173.value == "") alertmsg = alertmsg + "Please answer question # 3.\n";
if(form.answertext5174.value == "") alertmsg = alertmsg + "Please answer question # 4.\n";
if(form.answertext5175.value == "") alertmsg = alertmsg + "Please answer question # 5.\n";
if(form.answertext5176.value == "") alertmsg = alertmsg + "Please answer question # 6.\n";
if(form.answertext5177.value == "") alertmsg = alertmsg + "Please answer question # 7.\n";
if(form.answertext5178.value == "") alertmsg = alertmsg + "Please answer question # 8.\n";
if(form.answertext5179.value == "") alertmsg = alertmsg + "Please answer question # 9.\n";
if(form.answertext5180.value == "") alertmsg = alertmsg + "Please answer question # 10.\n";
if(form.answertext5181.value == "") alertmsg = alertmsg + "Please answer question # 11.\n";
if(form.answertext5184.value == "") alertmsg = alertmsg + "Please answer question # 12.\n";
if(form.answertext5182.value == "") alertmsg = alertmsg + "Please answer question # 13.\n";
var options = 0;var answers_num = 0;
if(form.choice5155.checked == true)options++;
answers_num = 0;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 14.\n";
var options = 0;var answers_num = 0;
if(form.choice5156[1-1].checked == true)options++;
if(form.choice5156[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 # 15.\n";
var options = 0;var answers_num = 0;
if(form.choice5157[1-1].checked == true)options++;
if(form.choice5157[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 # 16.\n";
var options = 0;var answers_num = 0;
if(form.choice5159.checked == true)options++;
answers_num = 0;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 17.\n";
var options = 0;var answers_num = 0;
if(form.choice5160[1-1].checked == true)options++;
if(form.choice5160[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 # 18.\n";
var options = 0;var answers_num = 0;
if(form.choice5161[1-1].checked == true)options++;
if(form.choice5161[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 # 19.\n";
var options = 0;var answers_num = 0;
if(form.choice5162[1-1].checked == true)options++;
if(form.choice5162[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 # 20.\n";
var options = 0;var answers_num = 0;
if(form.choice5163[1-1].checked == true)options++;
if(form.choice5163[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 # 21.\n";
var options = 0;var answers_num = 0;
if(form.choice5164[1-1].checked == true)options++;
if(form.choice5164[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 # 22.\n";
var options = 0;var answers_num = 0;
if(form.choice5166[1-1].checked == true)options++;
if(form.choice5166[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 # 23.\n";
var options = 0;var answers_num = 0;
if(form.choice16333[1-1].checked == true)options++;
if(form.choice16333[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 # 24.\n";
if (alertmsg == ': Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
