// this file is dynamically generated
function validatefields1243(form){
var alertmsg = '2009 KNO 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.choice11506[1-1].checked == true)options++;
if(form.choice11506[2-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.choice11507[1-1].checked == true)options++;
if(form.choice11507[2-1].checked == true)options++;
if(form.choice11507[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 # 2.\n";
var options = 0;var answers_num = 0;
if(form.choice11508[1-1].checked == true)options++;
if(form.choice11508[2-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.choice11509[1-1].checked == true)options++;
if(form.choice11509[2-1].checked == true)options++;
if(form.choice11509[3-1].checked == true)options++;
if(form.choice11509[4-1].checked == true)options++;
if(form.choice11509[5-1].checked == true)options++;
if(form.choice11509[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 # 4.\n";
var options = 0;var answers_num = 0;
if(form.choice11511[1-1].checked == true)options++;
if(form.choice11511[2-1].checked == true)options++;
answers_num = 1;
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.choice11514[1-1].checked == true)options++;
if(form.choice11514[2-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";
var options = 0;var answers_num = 0;
if(form.choice11515[1-1].checked == true)options++;
if(form.choice11515[2-1].checked == true)options++;
if(form.choice11515[3-1].checked == true)options++;
if(form.choice11515[4-1].checked == true)options++;
if(form.choice11515[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 # 10.\n";
if(form.user_email.value == "") alertmsg = alertmsg + "Please enter your Email Address.\n";
if (alertmsg == '2009 KNO Survey: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
