// this file is dynamically generated
function validatefields890(form){
var alertmsg = 'Ideas / Comments & Suggestions: Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
var options = 0;var answers_num = 0;
if(form.choice9590[1-1].checked == true)options++;
if(form.choice9590[2-1].checked == true)options++;
if(form.choice9590[3-1].checked == true)options++;
if(form.choice9590[4-1].checked == true)options++;
if(form.choice9590[5-1].checked == true)options++;
answers_num = 1;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 1.\n";
var options = 0;var answers_num = 0;
if(form.choice9592[1-1].checked == true)options++;
if(form.choice9592[2-1].checked == true)options++;
if(form.choice9592[3-1].checked == true)options++;
if(form.choice9592[4-1].checked == true)options++;
if(form.choice9592[5-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.answertext9596.value == "") alertmsg = alertmsg + "Please answer question # 3.\n";
if(form.answertext9597.value == "") alertmsg = alertmsg + "Please answer question # 4.\n";
if(form.answertext9598.value == "") alertmsg = alertmsg + "Please answer question # 5.\n";
if(form.answertext9599.value == "") alertmsg = alertmsg + "Please answer question # 6.\n";
var options = 0;var answers_num = 0;
if(form.choice9600[1-1].checked == true)options++;
if(form.choice9600[2-1].checked == true)options++;
if(form.choice9600[3-1].checked == true)options++;
if(form.choice9600[4-1].checked == true)options++;
if(form.choice9600[5-1].checked == true)options++;
if(form.choice9600[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 # 7.\n";
var options = 0;var answers_num = 0;
if(form.choice9602[1-1].checked == true)options++;
if(form.choice9602[2-1].checked == true)options++;
if(form.choice9602[3-1].checked == true)options++;
if(form.choice9602[4-1].checked == true)options++;
if(form.choice9602[5-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";
if (alertmsg == 'Ideas / Comments & Suggestions: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
