/* Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm', {'sb':'Welcome ~ Mittleman Eye Center'}],
	['Our Practice', 'practice.htm', {'sb':'Our Practice ~ Mittleman Eye Center'},
		['Doctors', 'doctors.htm', {'sb':'Doctors ~ Mittleman Eye Center'},
		],
		['Insurances Accepted', 'insurances.htm', {'sb':'Insurances Accepted ~ Mittleman Eye Center'}],
		['Download Forms', 'forms.htm', {'sb':'Download Forms ~ Mittleman Eye Center'}],
		['Privacy Notice', 'privacy.htm', {'sb':'Privacy Notice ~ Mittleman Eye Center'}]
	],
	['Locations', 'locations.htm', {'sb':'Locations ~ Mittleman Eye Center'},
		['West Palm Beach ', 'locations.htm#6', {'sb':'Locations ~ Mittleman Eye Center'}],
		['Juno Beach', 'locations.htm#7', {'sb':'Locations ~ MIttleman Eye Center'}],
		['Surgery Center', 'locations.htm#8', {'sb':'Locations ~ Mittleman Eye Center'}]
	],
	['Appointments', null, {'sb':'Appointments ~ Mittleman Eye Center'},
		['Request an Appointment', 'http://mittlemaneyecenter.com/app.htm', {'sb':'Request an Appointment ~ Mittleman Eye Center'}],
		['Reschedule/ Cancel Appointment', 'app1.htm', {'sb':'Reschedule/ Cancel Appointment ~ Mittleman Eye Center'}]
	],
	['Questions', null, {'sb':'Questions ~ Mittleman Eye Center'},
		['Ask the Doctor', 'qd.htm', {'sb':'Ask to the Doctor ~ Mittleman Eye Center'}],
		['Billing Questions', 'bq.htm', {'sb':'Billing Questions ~ Mittleman Eye Center'}],
		['Optical Shop Questions', 'os.htm', {'sb':'Optical Shop Questions ~ Mittleman Eye Center'}],
		['Refill a Prescription', 'pres.htm', {'sb':'Refill a Prescription ~ Mittleman Eye Center'}]
	],
	['Links', 'links.htm', {'sb':'Links ~ Mittleman Eye Center'}],
	['Contact Us', 'contact.htm', {'sb':'Contact Us ~ Mittleman Eye Center'}]
];
