function IsFormComplete() {
	formy = document.encore_nomination;
	if (formy.nominator_name_first.value == "") {
		alert("Please enter the nominator's first name.");
		formy.nominator_name_first.focus();
		return false;
	}
	else if (formy.nominator_name_last.value == "") {
		alert("Please enter the nominator's last name.");
		formy.nominator_name_last.focus();
		return false;
        }
	if (formy.nominator_name_first.value == "") {
		alert("Please enter the nominator's title.");
		formy.nominator_title.focus();
		return false;
	}

        if (formy.nominator_name_first.value == "") {
		alert("Please enter the nominator's organization.");
		formy.nominator_organization.focus();
		return false;
	}
	else if (formy.nominator_address.value == "") {
		alert("Please enter the nominator's address.");
		formy.nominator_address.focus();
		return false;
	}
	else if (formy.nominator_city.value == "") {
		alert("Please enter the nominator's city.");
		formy.nominator_city.focus();
		return false;
	}
	else if (formy.nominator_state.value == "") {
		alert("Please enter the nominator's state.");
		formy.nominator_state.focus();
		return false;
	}
	else if (formy.nominator_zip.value == "") {
		alert("Please enter the nominator's zip code.");
		formy.nominator_zip.focus();
		return false;
	}
	else if (formy.nominator_phone.value == "") {
		alert("Please enter the nominator's phone.");
		formy.nominator_phone.focus();
		return false;
	}
	else if (formy.nominator_email.value == ""){
		alert("Please enter the nominator's e-mail address.");
		formy.nominator_email.focus();
		return false;
	}
	else if (formy.nominator_email.value.indexOf ('@', 0) == -1){
		alert("Please enter a valid e-mail address.");
		formy.nominator_email.focus();
		return false;
	}
	else if (formy.award1.checked == true && formy.abp.selectedIndex == 0) {
		alert("Please choose the type of Arts & Business Partnership.");
		formy.abp.focus();
		return false;
	}
	else if (formy.award2.checked == true && formy.bvy_affiliated_bva.selectedIndex == 0) {
		alert("Please tell us if the volunteer is affiliated with the Business Volunteers for the Arts/NY program.");
		formy.bvy_affiliated_bva.focus();
		return false;
	}
	if (formy.award1.checked == false && formy.award2.checked == false && formy.award3.checked == false) {
		alert("Please choose the award you are nominating for.");
		formy.award1.focus();
		return false;
	}
	if (formy.award1.checked == true) {
		if (formy.abp_acontact_name_first.value == "") {
			alert("Please enter the arts organization contact's first name.");
			formy.abp_acontact_name_first.focus();
			return false;
		}
		else if (formy.abp_acontact_name_last.value == "") {
			alert("Please enter the arts organization contact's last name.");
			formy.abp_acontact_name_last.focus();
			return false;
		}
		else if (formy.abp_acontact_address.value == "") {
			alert("Please enter the arts organization contact's address.");
			formy.abp_acontact_address.focus();
			return false;
		}
		else if (formy.abp_acontact_city.value == "") {
			alert("Please enter the arts organization contact's city.");
			formy.abp_acontact_city.focus();
			return false;
		}
		else if (formy.abp_acontact_state.value == "") {
			alert("Please enter the arts organization contact's state.");
			formy.abp_acontact_state.focus();
			return false;
		}
		else if (formy.abp_acontact_zip.value == "") {
			alert("Please enter the arts organization contact's zip code.");
			formy.abp_acontact_zip.focus();
			return false;
		}
		else if (formy.abp_acontact_phone.value == "") {
			alert("Please enter the arts organization contact's phone.");
			formy.abp_acontact_phone.focus();
			return false;
		}
		else if (formy.abp_acontact_email.value == ""){
			alert("Please enter the arts organization contact's e-mail address.");
			formy.abp_acontact_email.focus();
			return false;
		}
		else if (formy.abp_acontact_email.value.indexOf ('@', 0) == -1){
			alert("Please enter a valid e-mail address.");
			formy.abp_acontact_email.focus();
			return false;
		}
		else if (formy.abp_bcontact_name_first.value == "") {
			alert("Please enter the business contact's first name.");
			formy.abp_bcontact_name_first.focus();
			return false;
		}
		else if (formy.abp_bcontact_name_last.value == "") {
			alert("Please enter the business contact's last name.");
			formy.abp_bcontact_name_last.focus();
			return false;
		}
		else if (formy.abp_bcontact_address.value == "") {
			alert("Please enter the business contact's address.");
			formy.abp_bcontact_address.focus();
			return false;
		}
		else if (formy.abp_bcontact_city.value == "") {
			alert("Please enter the business contact's city.");
			formy.abp_bcontact_city.focus();
			return false;
		}
		else if (formy.abp_bcontact_state.value == "") {
			alert("Please enter the business contact's state.");
			formy.abp_bcontact_state.focus();
			return false;
		}
		else if (formy.abp_bcontact_zip.value == "") {
			alert("Please enter the business contact's zip code.");
			formy.abp_bcontact_zip.focus();
			return false;
		}
		else if (formy.abp_bcontact_phone.value == "") {
			alert("Please enter the business contact's phone.");
			formy.abp_bcontact_phone.focus();
			return false;
		}
		else if (formy.abp_bcontact_email.value == ""){
			alert("Please enter the business contact's e-mail address.");
			formy.abp_bcontact_email.focus();
			return false;
		}
		else if (formy.abp_bcontact_email.value.indexOf ('@', 0) == -1){
			alert("Please enter a valid e-mail address.");
			formy.abp_bcontact_email.focus();
			return false;
		}
	}
	if (formy.award2.checked == true) {
		if (formy.bvy_name_first.value == "") {
			alert("Please enter the Business Volunteer of the Year nominee's first name.");
			formy.bvy_name_first.focus();
			return false;
		}
		else if (formy.bvy_name_last.value == "") {
			alert("Please enter the Business Volunteer of the Year nominee's last name.");
			formy.bvy_name_last.focus();
			return false;
		}
		else if (formy.bvy_address.value == "") {
			alert("Please enter the Business Volunteer of the Year nominee's address.");
			formy.bvy_address.focus();
			return false;
		}
		else if (formy.bvy_city.value == "") {
			alert("Please enter the Business Volunteer of the Year nominee's city.");
			formy.bvy_city.focus();
			return false;
		}
		else if (formy.bvy_state.value == "") {
			alert("Please enter the Business Volunteer of the Year nominee's state.");
			formy.bvy_state.focus();
			return false;
		}
		else if (formy.bvy_zip.value == "") {
			alert("Please enter the Business Volunteer of the Year nominee's zip code.");
			formy.bvy_zip.focus();
			return false;
		}
		else if (formy.bvy_phone.value == "") {
			alert("Please enter the Business Volunteer of the Year nominee's phone.");
			formy.bvy_phone.focus();
			return false;
		}
		else if (formy.bvy_email.value == ""){
			alert("Please enter the Business Volunteer of the Year nominee's e-mail address.");
			formy.bvy_email.focus();
			return false;
		}
		else if (formy.bvy_email.value.indexOf ('@', 0) == -1){
			alert("Please enter a valid e-mail address.");
			formy.bvy_email.focus();
			return false;
		}
	}
	if (formy.award3.checked == true) {
		if (formy.ame_name_first.value == "") {
			alert("Please enter the Arts Management Excellence nominee's first name.");
			formy.ame_name_first.focus();
			return false;
		}
		else if (formy.ame_name_last.value == "") {
			alert("Please enter the Arts Management Excellence nominee's last name.");
			formy.ame_name_last.focus();
			return false;
		}
		else if (formy.ame_address.value == "") {
			alert("Please enter the Arts Management Excellence nominee's address.");
			formy.ame_address.focus();
			return false;
		}
		else if (formy.ame_city.value == "") {
			alert("Please enter the Arts Management Excellence nominee's city.");
			formy.ame_city.focus();
			return false;
		}
		else if (formy.ame_state.value == "") {
			alert("Please enter the Arts Management Excellence nominee's state.");
			formy.ame_state.focus();
			return false;
		}
		else if (formy.ame_zip.value == "") {
			alert("Please enter the Arts Management Excellence nominee's zip code.");
			formy.ame_zip.focus();
			return false;
		}
		else if (formy.ame_phone.value == "") {
			alert("Please enter the Arts Management Excellence nominee's phone.");
			formy.ame_phone.focus();
			return false;
		}
		else if (formy.ame_email.value == ""){
			alert("Please enter the Arts Management Excellence nominee's e-mail address.");
			formy.ame_email.focus();
			return false;
		}
		else if (formy.ame_email.value.indexOf ('@', 0) == -1){
			alert("Please enter a valid e-mail address.");
			formy.ame_email.focus();
			return false;
		}
	}
return true;
}