/********************************************

This JavaScript file controls which views are shown
and what the titles of each will be.

You may modify this file as needed to choose
which views will be shown and what title will be used
to show them in the list of view options.

********************************************/

<!--
/* the following option allows changing the wording in the school
	header in the top frame just below the school name
*/
	var passheader_name = "Parental Access Support System (PASS)";

/* the following options can be set to true or false to turn on or off the
	view options in the left frame.  The name may also be changed as desired
*/
	var show_academic_plan = false;
	var academic_plan_name = "Academic Plan";

	var show_attendance = true;
	var attendance_name = "Attendance";

	var show_current_marks = true;
	var current_marks_name = "Report Card";

	var show_fees = true;
	var fees_name = "Fees and Payments";

	var show_gpa_history = false;
	var gpa_history_name = "GPA History";

	var show_guidance = true;
	var guidance_name = "Guidance";

	var show_mark_history = true;
	var mark_history_name = "Unofficial Transcript";

	var show_schedule_progress = true;
	var schedule_progress_name = "Schedule & Grades";

	var show_test_history = true;
	var test_history_name = "Test History";

	var show_vaccinations = true;
	var vaccinations_name = "Vaccinations";

	var show_calendar = false;
	var calendar_name = "Calendar";

	var show_messages = true;
	var messages_name = "Messages";

// comment to end hiding -->