var MENU_ITEMS = [
['Home', 'index.html'],
	['Marketing', 'marketing.html', null,
		['Prof Malcolm  MacDonald', 'malcolm_macdonald.html'],
		['  Dr Alan Rae                 ', 'alan_rae.html'],
	],
	['Sales', 'sales.html', null,
		['Mr Mike Southon', 'mike_southon.html'],
		['Mr Joe Adams', 'joe_adams.html'],
	],
	['The BIG Questions', 'thebigquestions.html'],
	['Web Cast', 'thewebcast.html'],
	['The Slide Show', 'theslideshow.html'],
	['Event Take Aways', 'eventtakeaways.html'],
	['Cabres Team', 'reaction.html'],

];

