// this file is dynamically generated
function validatefields1547(form){
var alertmsg = ': Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if(form.answertext13768.value == "") alertmsg = alertmsg + "Please answer question # 1.\n";
if(form.answertext13769.value == "") alertmsg = alertmsg + "Please answer question # 2.\n";
var options = 0;var answers_num = 0;
if(form.choice13770[1-1].checked == true)options++;
if(form.choice13770[2-1].checked == true)options++;
if(form.choice13770[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 # 3.\n";
var options = 0;var answers_num = 0;
if(form.choice13772[1-1].checked == true)options++;
if(form.choice13772[2-1].checked == true)options++;
if(form.choice13772[3-1].checked == true)options++;
if(form.choice13772[4-1].checked == true)options++;
if(form.choice13772[5-1].checked == true)options++;
if(form.choice13772[6-1].checked == true)options++;
if(form.choice13772[7-1].checked == true)options++;
if(form.choice13772[8-1].checked == true)options++;
if(form.choice13772[9-1].checked == true)options++;
if(form.choice13772[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.choice13773[1-1].checked == true)options++;
if(form.choice13773[2-1].checked == true)options++;
if(form.choice13773[3-1].checked == true)options++;
if(form.choice13773[4-1].checked == true)options++;
if(form.choice13773[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 # 5.\n";
var options = 0;var answers_num = 0;
if(form.choice13774[1-1].checked == true)options++;
if(form.choice13774[2-1].checked == true)options++;
if(form.choice13774[3-1].checked == true)options++;
if(form.choice13774[4-1].checked == true)options++;
if(form.choice13774[5-1].checked == true)options++;
if(form.choice13774[6-1].checked == true)options++;
if(form.choice13774[7-1].checked == true)options++;
if(form.choice13774[8-1].checked == true)options++;
if(form.choice13774[9-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";
var options = 0;var answers_num = 0;
if(form.choice13771[1-1].checked == true)options++;
if(form.choice13771[2-1].checked == true)options++;
answers_num = 0;
if (options < answers_num) alertmsg = alertmsg + "You must select at least " + answers_num + " option(s) for question # 7.\n";
if (alertmsg == ': Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
