// this file is dynamically generated
function validatefields795(form){
var alertmsg = ': Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if(form.answertext7336.value == "") alertmsg = alertmsg + "Please answer question # 1.\n";
var options = 0;var answers_num = 0;
if(form.choice7337[1-1].checked == true)options++;
if(form.choice7337[2-1].checked == true)options++;
if(form.choice7337[3-1].checked == true)options++;
if(form.choice7337[4-1].checked == true)options++;
if(form.choice7337[5-1].checked == true)options++;
if(form.choice7337[6-1].checked == true)options++;
if(form.choice7337[7-1].checked == true)options++;
if(form.choice7337[8-1].checked == true)options++;
if(form.choice7337[9-1].checked == true)options++;
if(form.choice7337[10-1].checked == true)options++;
if(form.choice7337[11-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";
if(form.user_email.value == "") alertmsg = alertmsg + "Please enter your Email Address.\n";
if (alertmsg == ': Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
