// this file is dynamically generated
function validatefields520(form){
var alertmsg = 'New Member Information Form: Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if(form.answertext3605.value == "") alertmsg = alertmsg + "Please answer question # 1.\n";
if(form.answertext3606.value == "") alertmsg = alertmsg + "Please answer question # 2.\n";
if(form.answertext3607.value == "") alertmsg = alertmsg + "Please answer question # 4.\n";
var options = 0;var answers_num = 0;
if(form.choice3618[1-1].checked == true)options++;
if(form.choice3618[2-1].checked == true)options++;
if(form.choice3618[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 # 10.\n";
var options = 0;var answers_num = 0;
if(form.choice3909[1-1].checked == true)options++;
if(form.choice3909[2-1].checked == true)options++;
if(form.choice3909[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 # 11.\n";
var options = 0;var answers_num = 0;
if(form.choice3907[1-1].checked == true)options++;
if(form.choice3907[2-1].checked == true)options++;
if(form.choice3907[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 # 24.\n";
var options = 0;var answers_num = 0;
if(form.choice3619[1-1].checked == true)options++;
if(form.choice3619[2-1].checked == true)options++;
if(form.choice3619[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 # 25.\n";
if(form.answertext3608.value == "") alertmsg = alertmsg + "Please answer question # 29.\n";
if(form.answertext3609.value == "") alertmsg = alertmsg + "Please answer question # 30.\n";
if(form.answertext3610.value == "") alertmsg = alertmsg + "Please answer question # 31.\n";
var options = 0;var answers_num = 0;
if(form.choice3659[1-1].checked == true)options++;
if(form.choice3659[2-1].checked == true)options++;
if(form.choice3659[3-1].checked == true)options++;
if(form.choice3659[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 # 32.\n";
if (alertmsg == 'New Member Information Form: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
