// this file is dynamically generated
function validatefields253(form){
var alertmsg = ': Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if(form.answertext2319.value == "") alertmsg = alertmsg + "Please answer question # 1.\n";
if(form.answertext2320.value == "") alertmsg = alertmsg + "Please answer question # 2.\n";
var options = 0;var answers_num = 0;
if(form.choice2322[1-1].checked == true)options++;
if(form.choice2322[2-1].checked == true)options++;
if(form.choice2322[3-1].checked == true)options++;
if(form.choice2322[4-1].checked == true)options++;
if(form.choice2322[5-1].checked == true)options++;
if(form.choice2322[6-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";
var options = 0;var answers_num = 0;
if(form.choice2327[1-1].checked == true)options++;
if(form.choice2327[2-1].checked == true)options++;
if(form.choice2327[3-1].checked == true)options++;
if(form.choice2327[4-1].checked == true)options++;
if(form.choice2327[5-1].checked == true)options++;
if(form.choice2327[6-1].checked == true)options++;
if(form.choice2327[7-1].checked == true)options++;
if(form.choice2327[8-1].checked == true)options++;
if(form.choice2327[9-1].checked == true)options++;
if(form.choice2327[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 # 6.\n";
var options = 0;var answers_num = 0;
if(form.choice2328[1-1].checked == true)options++;
if(form.choice2328[2-1].checked == true)options++;
if(form.choice2328[3-1].checked == true)options++;
if(form.choice2328[4-1].checked == true)options++;
if(form.choice2328[5-1].checked == true)options++;
if(form.choice2328[6-1].checked == true)options++;
if(form.choice2328[7-1].checked == true)options++;
if(form.choice2328[8-1].checked == true)options++;
if(form.choice2328[9-1].checked == true)options++;
if(form.choice2328[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 # 7.\n";
var options = 0;var answers_num = 0;
if(form.choice2329[1-1].checked == true)options++;
if(form.choice2329[2-1].checked == true)options++;
if(form.choice2329[3-1].checked == true)options++;
if(form.choice2329[4-1].checked == true)options++;
if(form.choice2329[5-1].checked == true)options++;
if(form.choice2329[6-1].checked == true)options++;
if(form.choice2329[7-1].checked == true)options++;
if(form.choice2329[8-1].checked == true)options++;
if(form.choice2329[9-1].checked == true)options++;
if(form.choice2329[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 # 8.\n";
var options = 0;var answers_num = 0;
if(form.choice2331[1-1].checked == true)options++;
if(form.choice2331[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 # 11.\n";
if (alertmsg == ': Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}

