var MENU_ITEMS = [	['Giving', 'giving.php', null,		['Donations', 'donations.php'],		['Fundraising Events', 'fundraising.php'],		['Wish List', 'wish_list.php'],	],	['Events', 'events.php', null,	    ['Current Events', 'events.php'],	 	['News', 'news.php'],		['Event Calendar', 'events.php'],		['Event Photos', 'photos.php'],	],	['Volunteer', 'volun.php', null,		['Bigs', 'volun_bigs.php'],		['Match Support', 'volun_match.php'],		['Office', 'volun_office.php'],		['Events', 'volun_events.php'],		['High School', 'volun_hs.php'],	],	['Bigs &amp; Littles', 'children.php', null,		['Event Photos', 'photos.php'],		['Match Stories', 'match.php'],		['Activity Ideas', 'activity_ideas.php'],	],	['Signing Up', 'signup.php', null,		['Volunteers', 'volunteer.php', null,			['Community vs. Site', 'volunteer_community.php'],			['Sign-up', 'volunteer_signup.php'],			['FAQ', 'volunteer_faq.php']			],		['Parents', 'parents.php', null,			['Community vs. Site', 'parents_community.php'],			['Sign-up', 'parents_signup.php'],			['FAQ', 'parents_faq.php']			],	],	['About Us', 'about_us.php', null,        ['About Us', 'about_us.php'],		['Program', 'program.php'],		['Match Stories', 'match.php'],		['Staff Members', 'staff.php'],		['Employment', 'employment.php'],		['Community Friends', 'community.php'],		['Newsletters', 'newsletters.php'],		['Contact Us', 'contact_us.php'],	],];