/*  --- menu items ---   note that this structure has changed its format since previous version.  additional third parameter is added for item scope settings.  Now this structure is compatible with Tigra Menu GOLD.  Format description can be found in product documentation.*/var MENU_ITEMS = [	['Home', 'index.html', null,	],		['About Us', 'aboutus.html', null,		['Mission/Core Values', 'aboutus.html'],		['Our History', 'ourhistory.html'],		['Newsletters', 'newsletters.html'],	],	['Grants', 'grants.html', null,		['Areas of Funding', 'grants.html'],		['Recent Recipients', 'countries.html'],		['Cherry Committees', 'cherries.html'],		['Grant Application', 'grantapp.html'],	],	['Scholarships', 'scholarships.html', null,		['General Info', 'scholarships.html'],		['Application', 'application.html'],	],	['Elementary', 'elementary.html', null,		['General Info', 'elementary.html'],		['Newsletter/Calendar', 'enewscalendar.html'],	],	['Daycare', 'daycare.html', null,	],	['Camp Vista', 'campvista.html', null,		['General Info', 'campvista.html'],		['Results', 'dcannualreport.html'],	],	['Contact', 'contact.html', null,	],];