var MENU_ITEMS = [
['Home', 'index.html'],
	['Introduction', 'Introduction.html'],
	['The Secrets', 'the_secrets.html'],
	['Terminal 5', 'terminal_5.html'],
	['Maasai', 'maasai.html'],
	['Market', 'buying_and_selling.html', null,
		['Buying', 'buying.html'],
		['Selling', 'selling.html'],
	],
	['Assets', 'assets.html', null,
		['Project Management is Change', 'projectmanagementisc.html'],
		['Subjectivity of Success', 'subjectivityofsucces.html'],
		['Creativity', 'creativity.html'],
	],
	['Open Space', 'open_space.html', null,
		['Sharing Knowledge', 'os_sharing_knowledge.html'],
		['Leadership', 'os_leadership.html'],
		['Attributes and Competency', 'os_attributes_competency.html'],
		['Corporate Values', 'os_corporate_values.html'],
		['Project v Business People', 'os_project_v_business.html'],
	],
	['Lenses', 'lens_workshop.html', null,
		['Project Communication', 'projectcommunication.html'],
		['Types of People', 'typesofpeople.html'],
		['Stakeholders Perspective', 'stakeholdersperspect.html'],
		['Multi Cultural Working', 'multiculturalworking.html'],
	],
	['Delegates', 'attendees.html', null,
		['Feedback Form Analysis', 'feedbackformanalysis.html'],
	],
];

