/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Contact Us', 'contactus.shtml'],
	['Meet the Team', 'meettheteam.shtml'],
	['Our Services', 'services.shtml'],
	['Special Services', 'specialservices.shtml'],
	['Your First Appointment', 'firstappointment.shtml'],
	['Appointments', 'appointments.shtml',null,
	 	['Request an Appointment','requestappointment.asp'],
		['Cancel an Appointment','cancel.asp'],
		['Emergency Appointments','appointments.shtml']
	 ],
	['Choosing how to pay', 'howtopay.shtml'],
	['Feedback', 'feedback.asp'],
	['How to find us', 'findus.shtml'],
	['Opening Hours', 'openinghours.shtml'],
];


