var MENU_ITEMS = [
  ['About Us', '#', null,
    ['Who We Are', 'bios.html'],
    ['Your Results', 'testimonials.html']
  ],
  ['Patients', '#', null,
    ['What to Expect', 'expect.html'],
    ['Survey', 'survey_01.html'],
	['Write Testimonial', 'write-testimonial.html'],
    ['Forms', 'forms.html']
  ],
  ['Events', '#', null,
    ['Events', 'events.html'],
	['Calendar', 'calendar.html'],
	['Screenings', 'screenings.html'],
  ],
  ['Media', '#', null,
    ['Blog', 'http://chicago-chiropractor.blogspot.com'],
    ['In the News', 'press.html'],
    ['Video', 'video.html'],
	['Newsletter', 'news.html'],
	['Resources', 'handouts.html'],
	['Alliances', 'links.html'],
	]
  ];
