/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.php'],
	['About Us', 'aboutus.php'],
	['Conditions Treated', 'conditions.php', null,
		['Sports Injuries', 'sports-injuries.php'],
		['Back, Neck & Pelvis Pain', 'back-neck-pelvis.php'],
		['Musculoskeletal & Joint Pain', 'muscle-joint.php'],
		['Pre & Post Surgical Rehabilitation', 'surgical.php'],
		['Biomechanics & Gait', 'biomechanics-gait.php'],
		['Postural & Work Related Pain', 'work-related.php'],
	],
	['Treatments/Services', 'treatments.php', null,
		['Manual Therapy', 'manual.php'],
		['Joint Mobilisations', 'joint-manipulations.php'],
		['Massage Therapy', 'massage-therapy.php'],
		['Exercise  Rehabilitation', 'exercise-rehabilitation.php'],
		['Postural Training', 'postural-training.php'],
	],
	['Contact Us', 'contactus.php', null,
		['Where We Are', 'where.php'],
	],
];