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