// menu_items.js file// comments block herevar MENU_ITEMS =[	["| &nbsp;about summit","pages/about.shtml",		["about us", "pages/about.shtml"],		["meet the staff", "pages/staff.shtml"],		["make an appointment", "pages/contact_appointment.shtml"]	],	["| &nbsp;men's health center", "pages/health.shtml",		["your total health", "pages/health.shtml"],		["prostate health", "pages/prostate_cancer.shtml"],		["erectile dysfunction", "pages/impotence.shtml"]	],	["| &nbsp;kidney stone center", "pages/kidney_center.shtml",	],	["| &nbsp;incontinence center", "pages/incontinence_center.shtml",	],	["| &nbsp;imaging center", "pages/imaging_center.shtml",		["imaging FAQs", "pages/faq_imaging.shtml"],	],	["| &nbsp;contact us", "pages/contact_form.shtml",		["make an appointment", "pages/contact_appointment.shtml"],		["email form", "pages/contact_form.shtml"]	]]