// this file is dynamically generated
function validatefields108(form){
var alertmsg = 'Call us at 262-966-0739 or for even better service, complete the form below: Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if(form.answertext1024.value == "") alertmsg = alertmsg + "Please answer question # 1.\n";
if(form.answertext1025.value == "") alertmsg = alertmsg + "Please answer question # 2.\n";
if(form.answertext1026.value == "") alertmsg = alertmsg + "Please answer question # 3.\n";
if(form.answertext1027.value == "") alertmsg = alertmsg + "Please answer question # 4.\n";
if(form.answertext1028.value == "") alertmsg = alertmsg + "Please answer question # 5.\n";
if(form.answertext1029.value == "") alertmsg = alertmsg + "Please answer question # 6.\n";
var options = 0;var answers_num = 0;
if(form.choice1032[1-1].checked == true)options++;
if(form.choice1032[2-1].checked == true)options++;
if(form.choice1032[3-1].checked == true)options++;
if(form.choice1032[4-1].checked == true)options++;
if(form.choice1032[5-1].checked == true)options++;
if(form.choice1032[6-1].checked == true)options++;
if(form.choice1032[7-1].checked == true)options++;
if(form.choice1032[8-1].checked == true)options++;
if(form.choice1032[9-1].checked == true)options++;
if(form.choice1032[10-1].checked == true)options++;
if(form.choice1032[11-1].checked == true)options++;
if(form.choice1032[12-1].checked == true)options++;
if(form.choice1032[13-1].checked == true)options++;
if(form.choice1032[14-1].checked == true)options++;
if(form.choice1032[15-1].checked == true)options++;
if(form.choice1032[16-1].checked == true)options++;
if(form.choice1032[17-1].checked == true)options++;
if(form.choice1032[18-1].checked == true)options++;
if(form.choice1032[19-1].checked == true)options++;
if(form.choice1032[20-1].checked == true)options++;
if(form.choice1032[21-1].checked == true)options++;
if(form.choice1032[22-1].checked == true)options++;
if(form.choice1032[23-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";
if(form.user_email.value == "") alertmsg = alertmsg + "Please enter your Email Address.\n";
if (alertmsg == 'Call us at 262-966-0739 or for even better service, complete the form below: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
