/*
  --- 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.html', {'' : 'content'}],
	['Upcoming Events','index.html', {'' : 'content'},
		['Zero Waste Summit 2009','zerowaste09', {'tw' : 'content'}],
		['Australian Roads Summit 2010','roads2010', {'tw' : 'content'}],
		['Australian Higher Education Congress 2010','education2010', {'tw' : 'content'}],
		['Australian Broadcasting Summit 2010','broadcasting2010', {'tw' : 'content'}],
		['Retail World 2010','http://www.retail-world.com.au', {'tw' : 'content'}],
		

	],
	['Past Events','index.html', {'' : 'content'},
 	 	['Past Events 2009','2009.html', {'' : 'content'}],
	 	['Past Events 2008','2008.html', {'' : 'content'}],
		['Past Events 2007','2007.html', {'' : 'content'}],
 		['Past Events 2006','2006.html', {'' : 'content'}],
		['Past Events 2005','2005.html', {'' : 'content'}],
		['Past Events 2004','2004.html', {'' : 'content'}],
		['Past Events 2003','2003.html', {'' : 'content'}],
		['Past Events 2002','2002.html', {'' : 'content'}],
	],
	['About Us','about.html', {'' : 'content'}],
	['Key Personnel','key_personnel.html', {'' : 'content'}],
	['Our Services','services.html', {'' : 'content'}],
	['Contact Us','contact.html', {'' : 'content'}],
	['Online Documents','http://202.147.57.242/online_docs.html', {'' : 'content'}],
	
	
];
