// this file is dynamically generated
function validatefields1952(form){
var alertmsg = 'Getting Involved in Community At MFC: Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if(form.answertext17240.value == "") alertmsg = alertmsg + "Please answer question # 1.\n";
var options = 0;var answers_num = 0;
if(form.choice17241[1-1].checked == true)options++;
if(form.choice17241[2-1].checked == true)options++;
if(form.choice17241[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 # 2.\n";
var options = 0;var answers_num = 0;
if(form.choice17236[1-1].checked == true)options++;
if(form.choice17236[2-1].checked == true)options++;
if(form.choice17236[3-1].checked == true)options++;
if(form.choice17236[4-1].checked == true)options++;
if(form.choice17236[5-1].checked == true)options++;
if(form.choice17236[6-1].checked == true)options++;
if(form.choice17236[7-1].checked == true)options++;
answers_num = 0;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 3.\n";
var options = 0;var answers_num = 0;
if(form.choice17237[1-1].checked == true)options++;
if(form.choice17237[2-1].checked == true)options++;
if(form.choice17237[3-1].checked == true)options++;
if(form.choice17237[4-1].checked == true)options++;
if(form.choice17237[5-1].checked == true)options++;
if(form.choice17237[6-1].checked == true)options++;
if(form.choice17237[7-1].checked == true)options++;
if(form.choice17237[8-1].checked == true)options++;
if(form.choice17237[9-1].checked == true)options++;
if(form.choice17237[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 # 4.\n";
var options = 0;var answers_num = 0;
if(form.choice17238[1-1].checked == true)options++;
if(form.choice17238[2-1].checked == true)options++;
if(form.choice17238[3-1].checked == true)options++;
if(form.choice17238[4-1].checked == true)options++;
if(form.choice17238[5-1].checked == true)options++;
if(form.choice17238[6-1].checked == true)options++;
if(form.choice17238[7-1].checked == true)options++;
if(form.choice17238[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 # 5.\n";
var options = 0;var answers_num = 0;
if(form.choice17239[1-1].checked == true)options++;
if(form.choice17239[2-1].checked == true)options++;
if(form.choice17239[3-1].checked == true)options++;
if(form.choice17239[4-1].checked == true)options++;
if(form.choice17239[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 # 6.\n";
if(form.user_email.value == "") alertmsg = alertmsg + "Please enter your Email Address.\n";
if (alertmsg == 'Getting Involved in Community At MFC: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}

