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