// this file is dynamically generated
function validatefields516(form){
var alertmsg = 'Request a Change or Addition to Bulletin and/or Website, etc.: Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if(form.answertext3594.value == "") alertmsg = alertmsg + "Please answer question # 1.\n";
var options = 0;var answers_num = 0;
if(form.choice3601[1-1].checked == true)options++;
if(form.choice3601[2-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";
var options = 0;var answers_num = 0;
if(form.choice3602[1-1].checked == true)options++;
if(form.choice3602[2-1].checked == true)options++;
if(form.choice3602[3-1].checked == true)options++;
if(form.choice3602[4-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 3.\n";
if(form.answertext3597.value == "") alertmsg = alertmsg + "Please answer question # 4.\n";
var options = 0;var answers_num = 0;
if(form.choice3595[1-1].checked == true)options++;
if(form.choice3595[2-1].checked == true)options++;
if(form.choice3595[3-1].checked == true)options++;
if(form.choice3595[4-1].checked == true)options++;
if(form.choice3595[5-1].checked == true)options++;
if(form.choice3595[6-1].checked == true)options++;
if(form.choice3595[7-1].checked == true)options++;
if(form.choice3595[8-1].checked == true)options++;
if(form.choice3595[9-1].checked == true)options++;
if(form.choice3595[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.answertext3596.value == "") alertmsg = alertmsg + "Please answer question # 7.\n";
var options = 0;var answers_num = 0;
if(form.choice3599[1-1].checked == true)options++;
if(form.choice3599[2-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 9.\n";
if (alertmsg == 'Request a Change or Addition to Bulletin and/or Website, etc.: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
