/**	WaiMenus.data.js
*	copyright: WA Interactive 2004-2008
**/
if ( ! WaiMenu ) {
	throw('WaiMenus not loaded!') ;
}
WaiMenu.CloseDelay = 100 ;

/* People */
WaiMenu.Data1 = [
	['PEOPLE','/people/',0,0],
	['Our Founder','/people/our-founder.html',0,0],
	['History','/people/history.html',0,0],
	['REACH Stories','/people/reach-stories.html',0,0],
	['Testimonials','/people/testimonials.html',0,0],
	['Leadership','/people/leadership.html',0,0]
] ;

/* Purpose */
WaiMenu.Data2 = [
	['PURPOSE','/purpose/',0,0],
	['Patient Care','/purpose/patient-care.html',0,0],
	['Safety','/purpose/safety.html',0,0],
	['Aviation','/purpose/aviation.html',0,0],
	['Maintenance','/purpose/maintenance.html',0,0],
	['Communications','/purpose/communications.html',0,0],
	['Service Areas','/purpose/service-areas.html',0,0]
] ;
	

/* Education */
WaiMenu.Data3 = [	
	['EDUCATION','/education/',0,0],
	['Conferences','/education/schedule.html',0,0],
	['Case Studies','/education/case-studies.html',0,0]

] ;

/* Membership */
WaiMenu.Data4 = [
	['MEMBERSHIP','/membership/',0,0],
	['Enroll or Renew','https://www.reachair.com/membership/enroll.html',0,0],
	['Membership FAQs','/membership/faqs.html',0,0],
	['Patient Billing','https://patients.hsihealth.com/reach',0,0],	
	['Service Areas','/purpose/service-areas.html',0,0]
	
] ;


/* Careers */
WaiMenu.Data5 = [
	['CAREERS','/careers/',0,0],
	['Clinical','/careers/clinical.html',0,0],
	['Aviation','/careers/aviation.html',0,0],
	['Maintenance','/careers/maintenance.html',0,0],
	['Communications','/careers/communications.html',0,0]

] ;

/* News & Events */
WaiMenu.Data6 = [
	['NEWS & EVENTS','/news/',0,0],
	['Events','/news/events.html',0,0],
	['Newsroom','/news/newsroom.html',0,0]
] ;



