// this file is dynamically generated
function validatefields1490(form){
var alertmsg = 'Crosspoint Connects 2009 Registration: Please enter the following required information:\n\n';
var options = 0;
var answers_num = 0;
if(form.answertext13244.value == "") alertmsg = alertmsg + "Please answer question # 1.\n";
if(form.answertext13246.value == "") alertmsg = alertmsg + "Please answer question # 3.\n";
var options = 0;var answers_num = 0;
if(form.choice13247[1-1].checked == true)options++;
if(form.choice13247[2-1].checked == true)options++;
if(form.choice13247[3-1].checked == true)options++;
if(form.choice13247[4-1].checked == true)options++;
if(form.choice13247[5-1].checked == true)options++;
if(form.choice13247[6-1].checked == true)options++;
if(form.choice13247[7-1].checked == true)options++;
if(form.choice13247[8-1].checked == true)options++;
if(form.choice13247[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 # 4.\n";
if (alertmsg == 'Crosspoint Connects 2009 Registration: Please enter the following required information:\n\n'){
	return true;
}
else { 
	alert(alertmsg);
	return false;
}
}
