/*
  --- 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 = [
	['About Us', null, null,
		['Welcome Page', 'index.php'],
		['Our Mission & Accreditations', 'mission.php'],
		['Staff', 'staff.php'],
		/*['International Affairs', 'inter.php'], */
	],
	['Courses', null, null,
		['Certificate IV in ESL (Further Study)', 'eng.php'],
		['Certificate III in Automotive Electrical Technology', 'elect.php'],
		['Certificate III in Automotive Mechanical Technology', 'mechan.php'],
		['Certificate IV in Automotive Technology', 'c4tech.php'],
		['Diploma of Automotive Technology', 'diptech.php'],
		['Certificate III in General Construction (Carpentry-', 'carpentry.php'],
		['Certificate III in Low Rise Structural Framing', 'build306.php'],
		['Certificate IV in Building and Construction (Building)', 'build406.php'],
		['Diploma of Building and Construction (Building)', 'build506.php'],
		['Certificate III in Business', 'bus3.php'],
		['Certificate IV in Business', 'bus4.php'],
		['Diploma of Management', 'bus5.php'],		
		
		
	],
	['Processes', null, null,
		['Application', 'apply.php'],
		['Articulation and Pathways', 'pathways.php'],
		['Training & Assessment', 'train.php'],
		['Resources', 'resourc.php'],

	],
	['Student Services', null, null,
		['General', 'general.php'],
		['Student Counselling', 'welfare.php'],
		['Accommodation', 'accom.php'],
		['Airport Reception', 'pickup.php'],
		['Studying in Australia', 'melb.php'],
	
	],
	['News, Motorsport and Events', null, null,
		['News, Activities and Events', 'news.php'],
		['Employment', 'employ.php'],
		['AISI Sponsored Motorsport', 'mg_race.php'],
		

	],
	['Contact', 'contact.php', null,
	],
	['Agent List', 'Agents.htm "target=_blank"', null,
	],
];

