/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', "/index.html",
	],
	['Courses', "/modules/courses.html", null,
		['&nbsp;Computers', "/modules/computer_courses.html", {'sh':24}],
		['&nbsp;Business & Work Skills', "/modules/business_courses.html", {'sh':24}],
		['&nbsp;Community Services', "/modules/community_courses.html", {'sh':24}],
		['&nbsp;Leisure & General Interest', "/modules/leisure_courses.html", {'sh':24}],
		['&nbsp;What&#39;s New', "/modules/new.html"],
		['&nbsp;Course Suggestions', "/modules/suggestions.html"],
		['&nbsp;Course Brochure', "http://enrol.hawkesburycommunitycollege.com.au/pdf/brochure.pdf"],
	],
		['About Us', "/about_us/index.html", null,
		['&nbsp;Organisation Profile', "/about_us/index.html", {'sh':24}],
		['&nbsp;Mission & Code of Practice', "/about_us/mission.html", {'sh':24}],
		['&nbsp;Our Board', "/about_us/board.html", {'sh':24}],
		['&nbsp;Contact Us', "/about_us/contact_us.html", {'sh':24}],
		['&nbsp;Privacy', "/privacy/privacy.html", {'sh':24}],
		['&nbsp;Our Policies', "/about_us/policies.html", {'sh':24}],
		['&nbsp;Links', "/links/index.html", {'sh':24}],
		['&nbsp;New Premises', "/about_us/newpremises.html", {'sh':24}],
		
	],
	['Enrolment', "/enrolment/index.html", null,
		['&nbsp;Enrol Online', "/enrolment/index.html", {'sh':24}],
		['&nbsp;Alternative Ways to Enrol', "/enrolment/alternative_enrolment.html", {'sh':24}],
		['&nbsp;Become a Member', "/enrolment/member.html", {'sh':24}],
		//['&nbsp;Enrol a Trainee', "/enrolment/trainee.html", {'sh':24}],
		['&nbsp;Student Information', "/enrolment/student_information.html", {'sh':24}],
		['&nbsp;Term Dates', "/enrolment/term_dates.html", {'sh':24}],
	],
	['&nbsp;Locations', "/locations/index.html", null,
			['&nbsp;Office & Computer Rooms', "/locations/office.html", {'sh':24}],
			['&nbsp;Richmond School of Arts', "/locations/richmond_soa.html", {'sh':24}],
			['&nbsp;Colo High School', "/locations/colo.html", {'sh':24}],
			['&nbsp;Richmond Neighbourhood &nbsp;Centre', "/locations/richmond_nc.html", {'sh':24}],
			['&nbsp;McGraths Hill', "/locations/mcgraths.html", {'sh':24}],
			['&nbsp;North Richmond Community &nbsp;Centre', "/locations/north_richmond.html", {'sh':24}],
			['&nbsp;Hawkesbury Hospital', "/locations/hawkesbury.html", {'sh':24}],
			],
	//['Workshops', "/workshops/index.html", null,
		//['&nbsp;Senior First Aid', "/workshops/seniorfirstaid.html", {'sh':24}],
		//['&nbsp;Bookkeeping/MYOB', "/workshops/bookkeeping.html", {'sh':24}],
		//['&nbsp;Computers', "/workshops/computers.html", {'sh':24}],
		//['&nbsp;Job Seekers', "/workshops/jobseekers.html", {'sh':24}],
		//['&nbsp;Small Business Managers', "/workshops/smallbusiness.html", {'sh':24}],
		//['&nbsp;Study Skills', "/workshops/studyskills.html", {'sh':24}],
		//['&nbsp;General Interest', "/workshops/general.html", {'sh':24}],
	//],
	['What&#39;s New', "/modules/new.html",
	],
	['Tutors', "/tutors/index.html", null,
		['&nbsp;Tutor log-in', "/tutors/login.html", {'sh':24}],
		['&nbsp;Course Suggestions', "/tutors/index.html", {'sh':24}],
		['&nbsp;Tutors Wanted', "/tutors/tutors_wanted.html", {'sh':24}]
	],
	['Contact Us', "/about_us/contact_us.html"
	]
];
