// JavaScript Document
/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About MDA', null, null,
		['What Is Management Drives', 'http://www.managementdrives.com.au/HTML/WhatIs.html'],
		['How It Works', 'http://www.managementdrives.com.au/HTML/HowItWorks.html'],
		['MD In A Nut Shell', 'http://www.managementdrives.com.au/HTML/NutShell.html'],
		['Licences', 'http://www.managementdrives.com.au/HTML/Licences.html'],
		['About Us', 'http://www.managementdrives.com.au/HTML/AboutDD.html']
	],
	['Training', null, null,
		['Certification', 'http://www.managementdrives.com.au/HTML/Certification.html'],
		['Group training', 'http://www.managementdrives.com.au/HTML/TrainingGroupsAndTeams.html']
	],
	['Consulting', null, null,
		['Consulting Sevices', 'http://www.managementdrives.com.au/HTML/Consulting.html'],
		['Certified Consultants', 'http://www.managementdrives.com.au/HTML/ManagementDrivesCertifiedConsultants.html'],
		['Case Study - ING', 'http://www.managementdrives.com.au/HTML/CaseStudyING.html'],
		['More Case Studies', 'http://www.managementdrives.com.au/HTML/CaseStudies2.html']
	],
	['Application', null, null,
		['Individual Profiles', 'http://www.managementdrives.com.au/HTML/IndividualProfiles.html'],
		['Group Profiles', 'http://www.managementdrives.com.au/HTML/GroupProfiles.html'],
		['Individual Performance', 'http://www.managementdrives.com.au/HTML/IndividualPerformance.html'],
		['Cultural Risk Management', 'http://www.managementdrives.com.au/HTML/CulturalRiskManagement.html'],
		['Alliance Performance', 'http://www.managementdrives.com.au/HTML/AlliancePerformance.html'],
		['High Performance', 'http://www.managementdrives.com.au/HTML/WhatisHighPerformance.html', null,
			['Differing Perspectives', 'http://www.managementdrives.com.au/HTML/WhatisHighPerformance.html'],
			['An Intergrated Approach', 'http://www.managementdrives.com.au/HTML/AnIntegratedApproach.html']
		]
	],
	['Contact', null, null,
		['Contact Us', 'http://www.managementdrives.com.au/PHP/contact.php'],
		['Who Are We', 'http://www.managementdrives.com.au/HTML/AboutDD.html'],
		['Email', 'http://www.managementdrives.com.au/PHP/contact.php']
	],
	['Log In', null, null,
		['Log In', 'http://www.managementdrives.com.au/login/login.php'],
		['MD Forum', 'http://www.managementdrives.com.au/SMF/index.php']
	]
];
