// this file is dynamically generated
function validatefields271(form){
var alertmsg = ': Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if(form.answertext2462.value == "") alertmsg = alertmsg + "Please answer question # 1.\n";
if(form.answertext2463.value == "") alertmsg = alertmsg + "Please answer question # 2.\n";
if(form.answertext2552.value == "") alertmsg = alertmsg + "Please answer question # 3.\n";
if(form.answertext2553.value == "") alertmsg = alertmsg + "Please answer question # 4.\n";
if(form.answertext2464.value == "") alertmsg = alertmsg + "Please answer question # 5.\n";
var options = 0;var answers_num = 0;
if(form.choice2473[1-1].checked == true)options++;
if(form.choice2473[2-1].checked == true)options++;
if(form.choice2473[3-1].checked == true)options++;
answers_num = 1;
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.choice2476[1-1].checked == true)options++;
if(form.choice2476[2-1].checked == true)options++;
if(form.choice2476[3-1].checked == true)options++;
answers_num = 1;
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.choice2491[1-1].checked == true)options++;
if(form.choice2491[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 # 29.\n";
var options = 0;var answers_num = 0;
if(form.choice2493[1-1].checked == true)options++;
if(form.choice2493[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 # 31.\n";
var options = 0;var answers_num = 0;
if(form.choice2494[1-1].checked == true)options++;
if(form.choice2494[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 # 32.\n";
var options = 0;var answers_num = 0;
if(form.choice2497[1-1].checked == true)options++;
if(form.choice2497[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 # 33.\n";
var options = 0;var answers_num = 0;
if(form.choice2501[1-1].checked == true)options++;
if(form.choice2501[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 # 37.\n";
var options = 0;var answers_num = 0;
if(form.choice2502[1-1].checked == true)options++;
if(form.choice2502[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 # 38.\n";
var options = 0;var answers_num = 0;
if(form.choice2503[1-1].checked == true)options++;
if(form.choice2503[2-1].checked == true)options++;
if(form.choice2503[3-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 39.\n";
var options = 0;var answers_num = 0;
if(form.choice2504[1-1].checked == true)options++;
if(form.choice2504[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 # 40.\n";
var options = 0;var answers_num = 0;
if(form.choice2507[1-1].checked == true)options++;
if(form.choice2507[2-1].checked == true)options++;
if(form.choice2507[3-1].checked == true)options++;
if(form.choice2507[4-1].checked == true)options++;
if(form.choice2507[5-1].checked == true)options++;
if(form.choice2507[6-1].checked == true)options++;
if(form.choice2507[7-1].checked == true)options++;
if(form.choice2507[8-1].checked == true)options++;
answers_num = 0;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 42.\n";
var options = 0;var answers_num = 0;
if(form.choice2508[1-1].checked == true)options++;
if(form.choice2508[2-1].checked == true)options++;
if(form.choice2508[3-1].checked == true)options++;
if(form.choice2508[4-1].checked == true)options++;
if(form.choice2508[5-1].checked == true)options++;
answers_num = 0;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 43.\n";
var options = 0;var answers_num = 0;
if(form.choice2510[1-1].checked == true)options++;
if(form.choice2510[2-1].checked == true)options++;
if(form.choice2510[3-1].checked == true)options++;
if(form.choice2510[4-1].checked == true)options++;
if(form.choice2510[5-1].checked == true)options++;
if(form.choice2510[6-1].checked == true)options++;
if(form.choice2510[7-1].checked == true)options++;
if(form.choice2510[8-1].checked == true)options++;
if(form.choice2510[9-1].checked == true)options++;
answers_num = 0;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 45.\n";
if (alertmsg == ': Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}

