/*
  --- 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 = [
	['Home', '/index.htm', null,],


	['The College', '/the_college.htm', null,],



	['Personnel', null,null,
		['Tutors', '/personnel/tutors.htm'],
		['Administration', '/personnel/administration.htm'],
		['Advisory Personnel', '/personnel/advisory_personnel.htm'],
		['Maori Kaumatua', '/personnel/maori_kaumatua.htm'],
	],


	['Contact', '/contact.htm', null,
	],


	['Charter', '/charter.htm', null,
	],



	['Courses', null,null,
		['Massage Modalities', '/courses/massage_modalities.htm'],
		['Therapeutic Massage', '/courses/therapeutic_massage.htm'],
		['Herbal Studies', '/courses/herbal_studies.htm'],
		['Reflexology', '/courses/reflexology.htm'],
		['Movement Integration', '/courses/movement_integration.htm'],
		['Aromatherapy', '/courses/aromatherapy.htm'],


		['Naturopathy',null,null,
			['Information', '/courses/naturopathy/information.htm'],
			['Diploma', '/courses/naturopathy/diploma.htm'],
			['Year One', '/courses/naturopathy/year_one.htm'],
			['Year Two', '/courses/naturopathy/year_two.htm'],
			['Year three', '/courses/naturopathy/year_three.htm'],
			['Certificates & Diplomas', '/courses/naturopathy/certificates.htm'],
			['Modules RPL Costs', '/courses/naturopathy/modules_costs.htm'],
		],


		['Iridology', '/courses/iridology.htm'],
		['Homeopathy', '/courses/homeopathy.htm'],
		['Nutritional Studies', '/courses/nutritional_studies.htm'],
		['Anatomy & Physiology', '/courses/anatomy.htm'],
		['Interest Courses', '/courses/interest_courses.htm'],
	],



	['Students', null,null,
		['Enrolment Information', '/students/enrolment_information.htm'],
		['Loans and Allowances', '/students/loans_allowances.htm'],

		['International Students', '/students/international_students.htm'],
	],



	['Graduate Students',null,null,
		['Graduates', '/students/graduates.htm'],
	],


	['Clinics', null, null,
		['Clinics Flyer', '/clinicsflyer.htm'],
		['Clinics', '/clinics.htm'],
	],
];

