/*
  --- 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', 'index.htm', null,
		//['Vision', 'vsn.htm'],
		//['Employer of Choice', 'emplyrofchc.htm'],
		//['Mission Statement', 'msnstmnt.htm'],
		//['Our Approach', 'phlsphy.htm'],
		//['Our Services', 'oursrvc.htm']
	],
	['Our Approach', 'phlsphy.htm', null,
	],
	['Our Services', 'oursrvc.htm', null,
	],
	['Case Studies', 'exprnc.htm', null,
		['By Service', 'srvc.htm'],
		['By Industry', 'indstr.htm'],
	],
	['Awards', 'awrds.htm', null,
	//	['2003', '2003.htm'],
	//	['2002', '2002.htm'],
	//	['2001', '2001.htm'],
	//	['2000', '2000.htm'],
	//	['1999', '1999.htm'],
	//	['1998', '1998.htm'],
	//	['1997', '1997.htm'],
	//	['1996', '1996.htm'],
	//	['1995', '1995.htm'],
	//	['1994', '1994.htm'],
	//	['1993', '1993.htm'],
	],

	['Our Team', 'ourteam.htm', null,
	//	['Chairman', 'chrmn.htm'],
	//	['Director Research', 'dirrsrch.htm'],
	//	['Managing Director', 'mngdir.htm'],
	//	['Account Directors', 'accntdir.htm'],
	//	['Principal Consultant', 'prncplcnsltnt.htm'],
	//	['Senior Consultants', 'snrcnsltnts.htm'],
	//	['Consultants', 'cnsltnts.htm'],
	//	['General Manager', 'gnrlmng.htm'],
	//	['Financial Controller', 'fnclctrlr.htm'],
	//	['Administrator', 'admnstr.htm'],
	],
	['Careers', 'crrs.htm', null,
	//	['Employer of Choice', 'emplrchc.htm'],
		['Internship', 'intrnshp.htm'],
		['Work Experience', 'wrkexprnc.htm'],
		['Graduate', 'grdte.htm'],
		['Current Vacancies', 'crrntvcn.htm'],
	],
	['Contact Us', 'offcs.htm', null,
	//	['Melbourne', 'mlbrn.htm'],
	//	['Northern Territories', 'nrthntrr.htm'],
	],
	['Useful Links', 'lnks.htm', null,
		['Newspapers', 'nwspprs.htm'],
		['Television', 'tlvsns.htm'],
		['Radio', 'rdio.htm'],
		['News Agencies', 'nwsagncs.htm'],
		['Magazines', 'mgzns.htm'],
		['Government', 'gvrnmnt.htm'],
		['Public Relations', 'pblcrltns.htm'],
	],
	['Site Map', 'stmp.htm', null,],

];

