function step_1(){
	// we are going to search this bad boy and see what the haven't checked
	if (!document.appForm.enroll[0].checked && !document.appForm.enroll[1].checked && !document.appForm.enroll[2].checked){
		document.appForm.enroll[0].focus();
		alert("Please tell us when you plan to enroll");
	}else if(!document.appForm.enroll_year.value){
		document.appForm.enroll_year.focus();
		alert("Please tell us what year you plan to enroll");
	}else if (!document.appForm.ssn_1.value || !document.appForm.ssn_2.value || !document.appForm.ssn_3.value){
		if (!document.appForm.ssn_1.value) {
			document.appForm.ssn_1.focus();
		}else if (!document.appForm.ssn_2.value){
			document.appForm.ssn_2.focus();
		}else if (!document.appForm.ssn_3.value){
			document.appForm.ssn_3.focus();
		}		
		alert("There is an error with your Social Security Number\nPlease re-enter.");
	}else if (!document.appForm.phone_1.value || !document.appForm.phone_2.value || !document.appForm.phone_3.value){
		if (!document.appForm.phone_1.value) {
			document.appForm.phone_1.focus();
		}else if (!document.appForm.phone_2.value){
			document.appForm.phone_2.focus();
		}else if (!document.appForm.phone_3.value){
			document.appForm.phone_3.focus();
		}	
		alert("There is an error with your Phone Number\nPlease re-enter.");
	}else if (!document.appForm.first_name.value){
		document.appForm.first_name.focus();
		alert("Please enter your first name.");
	}else if (!document.appForm.last_name.value){
		document.appForm.last_name.focus();
		alert("Please enter your last name.");
	}else if (!document.appForm.address.value){
		document.appForm.address.focus();
		alert("Please enter your address.");
	}else if (!document.appForm.city.value){
		document.appForm.city.focus();
		alert("Please enter your city.");
	}else if (!document.appForm.state.value){
		document.appForm.state.focus();
		alert("Please enter your state.");
	}else if (!document.appForm.zip.value){
		document.appForm.zip.focus();
		alert("Please enter your zip.");
	}else if (!document.appForm.email.value){
		document.appForm.email.focus();
		alert("Please enter your email.");
	}else if (!document.appForm.sex[0].checked && !document.appForm.sex[1].checked){
		if (!document.appForm.sex[0].checked){
			document.appForm.sex[1].focus();
		}else if (!document.appForm.sex[1].checked){
			document.appForm.sex[1].focus();
		}
		alert("Please tell us your sex.");
	}else if(document.appForm.birth_mo.selectedIndex==0){
		document.appForm.birth_mo.focus();
		alert("Please tell us your birthday month.");
	}else if(document.appForm.birth_day.selectedIndex==0){
		document.appForm.birth_day.focus();
		alert("Please tell us your birthday day.");
	}else if (!document.appForm.birth_date_year.value){
		document.appForm.birth_date_year.focus();
		alert("Please tell us your birthday year.");
	}else if (!document.appForm.birth_city.value){
		document.appForm.birth_city.focus();
		alert("Please enter the city where you were born.");
	}else if (!document.appForm.birth_state.value){
		document.appForm.birth_state.focus();
		alert("Please enter the state where you were born.");
	}else if (!document.appForm.birth_country.value){
		document.appForm.birth_country.focus();
		alert("Please enter the country where you were born.");
	}else if (!document.appForm.christian[0].checked && !document.appForm.christian[1].checked){
		if (!document.appForm.christian[0].checked){
			document.appForm.christian[0].focus();
		}else if (!document.appForm.christian[1].checked){
			document.appForm.christian[1].focus();
		}
		alert("Please indicate if you have accepted Jesus Christ.");
	}else if (!document.appForm.christian[0].checked && !document.appForm.denomination.value){
		if (!document.appForm.christian[0].checked){
			document.appForm.christian[0].focus();
		}else if (document.appForm.denomination.value){
			document.appForm.denomination.focus();
		}
		alert("Please tell us what denomination.");
	}else if (!document.appForm.christian[0].checked && !document.appForm.home_church.value){
		alert("Please tell us the name of your home church.");
	}else if (!document.appForm.christian[0].checked && !document.appForm.pastors_name.value){
		alert("Please enter your pastors name.");
	}else if (!document.appForm.been2campus[0].checked && !document.appForm.been2campus[1].checked){
		alert("Please tell us if you have been to our campus.");
	}else{
		document.appForm.birth_date.value=document.appForm.birth_mo.value+' '+document.appForm.birth_day.value;
		document.appForm.submit();
	}
}

function step_2(){
	oRadio=document.appForm2.study_plan;
	studySelected=false;
	for(i=0;i<oRadio.length;i++){
		if(oRadio[i].checked){
			studySelected=true;
			break;
		}
	}
	if (!document.appForm2.reference_1_name.value){
		document.appForm2.reference_1_name.focus();
		alert("Please enter a reference name.");
	}else if (!document.appForm2.reference_2_name.value){
		document.appForm2.reference_2_name.focus();
		alert("Please enter your second reference.");
	}else if(!document.appForm2.high_school_status[0].checked && !document.appForm2.high_school_status[1].checked && !document.appForm2.high_school_status[2].checked && !document.appForm2.high_school_status[3].checked){
		document.appForm2.high_school_status[0].focus();
		alert("Please tell us your high school status.");
	}else if (!document.appForm2.high_school_name.value){
		document.appForm2.high_school_name.focus();
		alert("Please enter the name of your last high school.")
	}else if(!document.appForm2.student_time[0].checked && !document.appForm2.student_time[1].checked){
		document.appForm2.student_time[0].focus();
		alert ("Please tell us if you are going to be a full time or part time student.");
	}else if(!document.appForm2.testing[0].checked && !document.appForm2.testing[1].checked){
		document.appForm2.testing[0].focus();
		alert ("Please tell us your status on the ACT/SAT.");
	}else if(document.appForm2.testing[0].checked && !document.appForm2.composite_score.value){
		document.appForm2.composite_score.focus();
		alert ("Please tell us your composite score on the ACT/SAT.");
	}else if(!studySelected && !document.appForm2.study_plan_other.value){
		document.appForm2.study_plan[0].focus();
		alert ("Please tell us what you plan to study.");
	}else{
		document.appForm2.submit();
	}
}

function step_3(){
	if (!document.appForm3.testimony.value){
		document.appForm3.testimony.focus();
		alert("Please enter a testimony.");
	}else if (!document.appForm3.why_fwbbc.value){
		document.appForm3.why_fwbbc.focus();
		alert("Please tell us why you are interested in FWBBC.");
	}else if(!document.appForm3.certify.checked){
		alert("You must agree to the statement of responsibility");
	}else if(!document.appForm3.initials.value){
		alert("Please enter your initials");
		document.appForm3.initials.focus();
	}else{
		document.appForm3.submit();
	}
}
