// Copyright 2003-2006, Weboom Design & Development, Inc.

function do_conditional_reqs() {

}

function new_rf_array() {
	RF = new Object();
	
	RF['event'] = "Which event will you be attending?";
	RF['people_attending'] = "Number of people attending";
	//	RF['promotional_code'] = "Free College Class Promotional Code";
	//	RF['student_first'] = "Student Information: First Name";
	//	RF['student_last'] = "Student Information: Last Name";
	// RF['student_email'] = "Student Information: Email";
	// RF['student_grade'] = "Student Grade in School";
	// RF['students_household'] = "Additional students in household";
	RF['parent1_first'] = "Parent 1: First Name";
	RF['parent1_last'] = "Parent 1: Last Name";
	RF['parent1_phone'] = "Parent 1: Telephone";
	RF['parent1_email'] = "Parent 1: Email";
	RF['parent1_address_1'] = "Parent 1: Street Address";
	RF['parent1_address_city'] = "Parent 1: City";
	RF['parent1_address_state'] = "Parent 1: State";
	RF['parent1_address_postal_code'] = "Parent 1: ZIP Code";

}

