// menu_items.js file

var MENU_ITEMS =[
	["Home", "../index.html"],
	["About All Saints", "../about/about.htm"],
	["Athletics", "../athletics/default.htm"],
	["Calendar", null,
		["Lunch", "../lunch/lunch2.htm"],
		["School", "../event_calendar/events.htm"]
	],
	["Contact Us", "../contactus/default.htm"],
	["Council/Committees", null,
		["Advisory Council ", "../school_advisory/default.htm"],
		["Facilities", "../school_advisory/facilities.htm"],
		["Finance", "../school_advisory/finance.htm"],
		["PTO", "../pto/default.htm"],
		["Public Awareness", "../school_advisory/public_awareness.htm"],		
		["Safe Schools", "../school_advisory/safeschools.htm"],
		["Technology", "../school_advisory/technology.htm"]
	],
	["Curriculum", "../curriculum/default.htm"],
	["Enrollment", "../enrollment/default.htm"],
	["Events", null,
		["Past Events", "../pasteventpics/default.htm"],
		["Social", "../events/default.htm"]
	],
	["Faculty", "../teacherpages/default.htm"],
	["Links", "../links/links.htm"],
	["Priests", "../priests/default.htm"],
	["Web Support", "../support/support.htm"]
];
