var MENU_ITEMS = [
  ['About Us', '#', null,
    ['Who We Are', 'bios.html'],
	['What We Do', 'what-we-do.html'],
	['Services', 'services-nucca.html'],
	['Testimonials', 'testimonials.html']
  ],
  ['Patients', '#', null,
    ['What to Expect', 'expect-new.html'],
    ['Survey', 'survey_02.html'],
	['Write Testimonial', 'write-testimonial.html'],
    ['Forms', 'forms.html']
  ],
  ['Events', '#', null,
    ['At Our Center', 'events-eve.html'],
	['At Your Office', 'events-office.html'],
	['Calendar', 'calendar.html'],
	['Screenings', 'screenings.html'],
  ],
  ['Media', '#', null,
    ['Blog', 'blog.html'],
    ['In the News', 'press.html'],
    ['Video', 'video.html'],
	['Newsletter', 'news.html'],
	['Resources', 'handouts.html'],
	]
  ];
