var TREE_ITEMS = [
	['Home', '../index.php'],
	['Our Services', null,
		['Dental Exam', '../Services/DentalExam.php'],
		['Fillings', '../Services/Fillings.php'],
		['Crowns & Bridges', '../Services/CrownsBridges.php'],
		['Cosmetic Dentistry', 0,
	       		['Bleaching', '../Services/Bleaching.php'],
       			['Veneers', '../Services/Veneers.php'],
       			['Smile Centre', '../Services/Smile.php']
		],
		['Services for Children', '../Services/Children.php'],
		['Sleep Apnea & Snoring', '../Services/Sleep.php'],
		['Wisdom Teeth', '../Services/Wisdom.php']
	],
	['Our Team', null,
		['Our Dentists', '../Team/Dentists.php'],
		['Our Medical Staff', '../Team/Hygienists.php'],
		['Administrative Staff', '../Team/Admin.php']
	],
	['Our Advice', null,
		['Dental Advice', '../Advice/Advice.php'],
		['Patient Information', '../Advice/Info.php']
	],
	['Our Scheduler', null,
		['Hours of operation', 0,
       			['Dentists', '../Scheduler/HoursDentists.php'],
       			['Hygienists', '../Scheduler/HoursHygienists.php'],
		],
		['Patient Scheduler', '../Scheduler/PatientScheduler.php'],
		['Emergencies', '../Scheduler/Emergencies.php']
	],
	['Our Location', null,
		['Location', '../Location/Location.php'],
		['Map', '../Location/Map.php'],
		['Bus Routes', '../Location/Bus.php']
	]
];
