/*

  --- menu items --- 

  note that this structure has changed its format since previous version.

  additional third parameter is added for item scope settings.

  Now this structure is compatible with Tigra Menu GOLD.

  Format description can be found in product documentation.

*/

var MENU_ITEMS = [

	['Lumen Christi', null, null,
		['Our Home Page', 'index.html'],
		['Our Welcome to You', 'AboutUs.html'],
		['Our Philosophy/Education', null, null,
			['Our Mission & Values','VisionAndCoreValues.html'],
			['Curriculum - Our Courses','Curriculum.html']
		],
		['Our Staff', 'Staff.html'],
		['Our Facilities', null, null,
			['Our Environment','Environment.html'],
			['Finding us - map','FindingUs.html'],
			['Campus -  site map','Campus.html'],
		['Library',null, null,
			['Library','Library.html'],
			['Library Displays & Events','LibraryDisplay.html'],
		],	
			['Canteen','Canteen.html'],
			['Uniform Shop','UniformShop.html'],
			['Grounds','Grounds.html']
		],
		['Our History', 'History.html'],
		['Our Enrolments', null, null,
			['Philosophy','Philosophy.html'],
			['Selection Criteria','SelectionCriteria.html'],
			['College Enrolments','CollegeEnrolments.html'],
			['Fees','Fees.html'],
			['Scholarships','Scholarships.html']		
		],
		['Our News', 'OurNews.html'],
		['Our College Life', 'CollegeLife.html'],
		['Our 25th Anniversary', 'Anniversary.html'],
		['Our Building Fund', 'BuildingFund.html']
	],
	['Student Zone', null, null,
		['Student Services', null, null,
			['Welcome to Student Zone','WelcomeToStudentZone.html'],
			['Leadership Opportunities','LeadershipOpportunities.html'],
			['Encyclopedia Online','EncyclopediaOnline.html'],
			['Careers Guidance','Careers.html'],
			['Careers Education','Curriculum_CareersEducation.html'],
			['VET & INSTEP Information','VetInstep.html'],
			['Lumen Web','LumenWeb.html'],
			['Former Students','FormerStudent.html'],
			['Book Lists','BookLists.html']
			],
		['Student News',null, null,
			['Forthcoming Events','ForthcomingEvents.html'],
			['Recent Events','RecentEvents.html'],
			['Student Leadership Team','SLT.html'],
			['Lumen Role of Honour','StudentHonours.html'],
			['World Youth Day','WorldYouthDay.html']
		],	
	],
	['Visitor Lounge', null, null,
		['Welcome to Visitor Lounge','WelcomeToVisitorLounge.html'],
		['Employment Opportunities',null, null,
			['Employment at LC','Employment.html'],
			['How to Apply','HowToApply.html'],
			['Current Vacancies','CurrentVacancies.html']
		],	
		['College Life','CollegeLife.html']
	],
	['Parent Centre', null, null,
		['Welcome to Parent Centre', 'WelcomeToParentCentre.html'],
		['Pastoral System', 'PastoralSystem.html'],
		['House System','HouseSystem.html'],
		['College Management','CollegeManagement.html'],
		['LCC Parent Council',null, null,
			['Parent Council','ParentCouncil.html'],
			['Parent Council News','ParentCouncilNews.html']
		],
	],
];



