// this file is dynamically generated
function validatefields2035(form){
var alertmsg = 'PCA_CFA Uniform Size Form: Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if(form.answertext17852.value == "") alertmsg = alertmsg + "Please answer question # 1.\n";
var options = 0;var answers_num = 0;
if(form.choice17853[1-1].checked == true)options++;
if(form.choice17853[2-1].checked == true)options++;
if(form.choice17853[3-1].checked == true)options++;
if(form.choice17853[4-1].checked == true)options++;
if(form.choice17853[5-1].checked == true)options++;
if(form.choice17853[6-1].checked == true)options++;
if(form.choice17853[7-1].checked == true)options++;
if(form.choice17853[8-1].checked == true)options++;
if(form.choice17853[9-1].checked == true)options++;
if(form.choice17853[10-1].checked == true)options++;
if(form.choice17853[11-1].checked == true)options++;
answers_num = 0;
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.choice17854[1-1].checked == true)options++;
if(form.choice17854[2-1].checked == true)options++;
if(form.choice17854[3-1].checked == true)options++;
if(form.choice17854[4-1].checked == true)options++;
if(form.choice17854[5-1].checked == true)options++;
if(form.choice17854[6-1].checked == true)options++;
if(form.choice17854[7-1].checked == true)options++;
if(form.choice17854[8-1].checked == true)options++;
if(form.choice17854[9-1].checked == true)options++;
if(form.choice17854[10-1].checked == true)options++;
if(form.choice17854[11-1].checked == true)options++;
answers_num = 0;
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.choice17855[1-1].checked == true)options++;
if(form.choice17855[2-1].checked == true)options++;
if(form.choice17855[3-1].checked == true)options++;
if(form.choice17855[4-1].checked == true)options++;
if(form.choice17855[5-1].checked == true)options++;
if(form.choice17855[6-1].checked == true)options++;
if(form.choice17855[7-1].checked == true)options++;
if(form.choice17855[8-1].checked == true)options++;
if(form.choice17855[9-1].checked == true)options++;
if(form.choice17855[10-1].checked == true)options++;
if(form.choice17855[11-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.choice17856[1-1].checked == true)options++;
if(form.choice17856[2-1].checked == true)options++;
if(form.choice17856[3-1].checked == true)options++;
if(form.choice17856[4-1].checked == true)options++;
if(form.choice17856[5-1].checked == true)options++;
if(form.choice17856[6-1].checked == true)options++;
if(form.choice17856[7-1].checked == true)options++;
if(form.choice17856[8-1].checked == true)options++;
if(form.choice17856[9-1].checked == true)options++;
if(form.choice17856[10-1].checked == true)options++;
if(form.choice17856[11-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.choice17857[1-1].checked == true)options++;
if(form.choice17857[2-1].checked == true)options++;
if(form.choice17857[3-1].checked == true)options++;
if(form.choice17857[4-1].checked == true)options++;
if(form.choice17857[5-1].checked == true)options++;
if(form.choice17857[6-1].checked == true)options++;
if(form.choice17857[7-1].checked == true)options++;
if(form.choice17857[8-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.choice17858[1-1].checked == true)options++;
if(form.choice17858[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(form.user_email.value == "") alertmsg = alertmsg + "Please enter your Email Address.\n";
if (alertmsg == 'PCA_CFA Uniform Size Form: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}

