// this file is dynamically generated
function validatefields456(form){
var alertmsg = 'REGISTRATION: Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if(form.answertext3117.value == "") alertmsg = alertmsg + "Please answer question # 1.\n";
if(form.answertext3118.value == "") alertmsg = alertmsg + "Please answer question # 2.\n";
if(form.answertext3119.value == "") alertmsg = alertmsg + "Please answer question # 3.\n";
if(form.answertext3120.value == "") alertmsg = alertmsg + "Please answer question # 4.\n";
if(form.answertext3121.value == "") alertmsg = alertmsg + "Please answer question # 5.\n";
if(form.answertext3122.value == "") alertmsg = alertmsg + "Please answer question # 6.\n";
if(form.answertext3123.value == "") alertmsg = alertmsg + "Please answer question # 7.\n";
if(form.answertext3124.value == "") alertmsg = alertmsg + "Please answer question # 8.\n";
if(form.answertext3125.value == "") alertmsg = alertmsg + "Please answer question # 9.\n";
if(form.answertext3126.value == "") alertmsg = alertmsg + "Please answer question # 10.\n";
if(form.answertext3127.value == "") alertmsg = alertmsg + "Please answer question # 11.\n";
if(form.answertext3128.value == "") alertmsg = alertmsg + "Please answer question # 12.\n";
var options = 0;var answers_num = 0;
if(form.choice3129[1-1].checked == true)options++;
if(form.choice3129[2-1].checked == true)options++;
if(form.choice3129[3-1].checked == true)options++;
if(form.choice3129[4-1].checked == true)options++;
if(form.choice3129[5-1].checked == true)options++;
if(form.choice3129[6-1].checked == true)options++;
if(form.choice3129[7-1].checked == true)options++;
if(form.choice3129[8-1].checked == true)options++;
if(form.choice3129[9-1].checked == true)options++;
if(form.choice3129[10-1].checked == true)options++;
if(form.choice3129[11-1].checked == true)options++;
if(form.choice3129[12-1].checked == true)options++;
if(form.choice3129[13-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 13.\n";
var options = 0;var answers_num = 0;
if(form.choice3130[1-1].checked == true)options++;
if(form.choice3130[2-1].checked == true)options++;
if(form.choice3130[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.choice3137[1-1].checked == true)options++;
if(form.choice3137[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 # 21.\n";
var options = 0;var answers_num = 0;
if(form.choice3139[1-1].checked == true)options++;
if(form.choice3139[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 # 22.\n";
var options = 0;var answers_num = 0;
if(form.choice3376[1-1].checked == true)options++;
if(form.choice3376[2-1].checked == true)options++;
if(form.choice3376[3-1].checked == true)options++;
if(form.choice3376[4-1].checked == true)options++;
if(form.choice3376[5-1].checked == true)options++;
if(form.choice3376[6-1].checked == true)options++;
if(form.choice3376[7-1].checked == true)options++;
if(form.choice3376[8-1].checked == true)options++;
if(form.choice3376[9-1].checked == true)options++;
if(form.choice3376[10-1].checked == true)options++;
if(form.choice3376[11-1].checked == true)options++;
if(form.choice3376[12-1].checked == true)options++;
if(form.choice3376[13-1].checked == true)options++;
if(form.choice3376[14-1].checked == true)options++;
if(form.choice3376[15-1].checked == true)options++;
if(form.choice3376[16-1].checked == true)options++;
if(form.choice3376[17-1].checked == true)options++;
if(form.choice3376[18-1].checked == true)options++;
if(form.choice3376[19-1].checked == true)options++;
if(form.choice3376[20-1].checked == true)options++;
if(form.choice3376[21-1].checked == true)options++;
if(form.choice3376[22-1].checked == true)options++;
if(form.choice3376[23-1].checked == true)options++;
if(form.choice3376[24-1].checked == true)options++;
if(form.choice3376[25-1].checked == true)options++;
if(form.choice3376[26-1].checked == true)options++;
if(form.choice3376[27-1].checked == true)options++;
if(form.choice3376[28-1].checked == true)options++;
if(form.choice3376[29-1].checked == true)options++;
if(form.choice3376[30-1].checked == true)options++;
if(form.choice3376[31-1].checked == true)options++;
if(form.choice3376[32-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";
if (alertmsg == 'REGISTRATION: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
