// this file is dynamically generated
function validatefields386(form){
var alertmsg = ': Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if(form.answertext2456.value == "") alertmsg = alertmsg + "Please answer question # 1.\n";
if(form.answertext2457.value == "") alertmsg = alertmsg + "Please answer question # 2.\n";
if(form.answertext2458.value == "") alertmsg = alertmsg + "Please answer question # 3.\n";
if(form.answertext2459.value == "") alertmsg = alertmsg + "Please answer question # 4.\n";
var options = 0;var answers_num = 0;
for(i=1;i<form.choice2460.length;i++){if(form.choice2460[i].selected==true)options++;}
var options = 0;var answers_num = 0;
for(i=1;i<form.choice2461.length;i++){if(form.choice2461[i].selected==true)options++;}
if (options == 0) alertmsg = alertmsg + "You must select at least 1 option for question # 6.\n";
var options = 0;var answers_num = 0;
if(form.choice2462[1-1].checked == true)options++;
if(form.choice2462[2-1].checked == true)options++;
if(form.choice2462[3-1].checked == true)options++;
if(form.choice2462[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 # 8.\n";
var options = 0;var answers_num = 0;
if(form.choice2464[1-1].checked == true)options++;
if(form.choice2464[2-1].checked == true)options++;
if(form.choice2464[3-1].checked == true)options++;
if(form.choice2464[4-1].checked == true)options++;
if(form.choice2464[5-1].checked == true)options++;
if(form.choice2464[6-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";
var options = 0;var answers_num = 0;
for(i=1;i<form.choice2465.length;i++){if(form.choice2465[i].selected==true)options++;}
var options = 0;var answers_num = 0;
for(i=1;i<form.choice2466.length;i++){if(form.choice2466[i].selected==true)options++;}
var options = 0;var answers_num = 0;
for(i=1;i<form.choice2467.length;i++){if(form.choice2467[i].selected==true)options++;}
var options = 0;var answers_num = 0;
for(i=1;i<form.choice2468.length;i++){if(form.choice2468[i].selected==true)options++;}
var options = 0;var answers_num = 0;
for(i=1;i<form.choice2469.length;i++){if(form.choice2469[i].selected==true)options++;}
if (alertmsg == ': Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
