/* MBGN menu_items */
var MENU_ITEMS = [
	['Our Services', null, null,
		['Dental Exam', 'Services/DentalExam.php'],
		['Fillings', 'Services/Fillings.php'],
		['Crowns & Bridges', 'Services/CrownsBridges.php'],
		['Cosmetic Dentistry', null, null,
       			['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, null,
		['Our Dentists', 'Team/Dentists.php'],
		['Our Medical Staff', 'Team/Hygienists.php'],
		['Administrative Staff', 'Team/Admin.php']
	],
	['Our Advice', null, null,
		['Dental Advice', 'Advice/Advice.php'],
		['Patient Information', 'Advice/Info.php']
	],
	['Our Scheduler', null, null,
		['Hours of operation', null, null,
       			['Dentists', 'Scheduler/HoursDentists.php'],
       			['Hygienists', 'Scheduler/HoursHygienists.php'],
		],
		['Patient Scheduler', 'Scheduler/PatientScheduler.php'],
		['Emergencies', 'Scheduler/Emergencies.php']
	],
	['Our Location', null, null,
		['Location', 'Location/Location.php'],
		['Map', 'Location/Map.php'],
		['Bus Routes', 'Location/Bus.php']
	]
];

