/*
  --- 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'],
	['About Us', 'aboutus.html', null,
	 	['Board of Directors', 'board.html'],
		['About Us', 'aboutus.html'],
		['Committees', 'committees.html'],		
	],
	['Businesses', 'bus_dir.html', null,
	 	['Business Directory', 'bus_dir.html'],
		['Become A Member', 'membership.html'],
		['Storefront Grants', 'grants.html'],
		['Resources', 'resources.html', null,
			['Forms', 'forms.html'],
			['Business Benefits', 'benefits.html'],
			['FAQs', 'faqs.html'],
		],		
	],
	['Projects', '#', null,
		['Events', 'events.html'],
		['Press', 'press.html'],		
	],
	['Community', 'community.html', null,
		['Places Of Interest', 'sights.html'],
		['Map & Directions', 'map.html'],
		['Local Links', 'links.html'],
	],
	['Contact', 'contact.html', null,
		['Donations', 'donations.html'],
	],
];

