// this file is dynamically generated
function validatefields1043(form){
var alertmsg = 'SR SURVEY: Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
var options = 0;var answers_num = 0;
if(form.choice9971[1-1].checked == true)options++;
if(form.choice9971[2-1].checked == true)options++;
if(form.choice9971[3-1].checked == true)options++;
if(form.choice9971[4-1].checked == true)options++;
if(form.choice9971[5-1].checked == true)options++;
if(form.choice9971[6-1].checked == true)options++;
if(form.choice9971[7-1].checked == true)options++;
if(form.choice9971[8-1].checked == true)options++;
if(form.choice9971[9-1].checked == true)options++;
if(form.choice9971[10-1].checked == true)options++;
if(form.choice9971[11-1].checked == true)options++;
if(form.choice9971[12-1].checked == true)options++;
if(form.choice9971[13-1].checked == true)options++;
if(form.choice9971[14-1].checked == true)options++;
if(form.choice9971[15-1].checked == true)options++;
if(form.choice9971[16-1].checked == true)options++;
if(form.choice9971[17-1].checked == true)options++;
if(form.choice9971[18-1].checked == true)options++;
if(form.choice9971[19-1].checked == true)options++;
if(form.choice9971[20-1].checked == true)options++;
if(form.choice9971[21-1].checked == true)options++;
if(form.choice9971[22-1].checked == true)options++;
if(form.choice9971[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 # 1.\n";
if (alertmsg == 'SR SURVEY: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
