/*
  --- 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'],
	['Businesses', 'businesses.html', null,
	 	['Business Directory', 'businessmemberdirectory.html'],
		['Available Sites', 'availablesites.html'],
		['Retail Wish List', 'retailwishlist.html'],
		['Benefits', 'benefitsform.html'],
		['2006-2007 Business Members', '0405businessmembers.html'],
	],
	['Storefront Grants', 'storefrontgrants.html', null,
		['How the Program Works', 'howtheprogramworks.html'],
		['Download Application', 'applicationsdownload.html'],
		['Current Projects ', 'currentprojects.html'],
		['Successful Project Highlights', 'successfulprojecthighlights.html'],
		
	],
	['Resources', 'resources.html', null,
		['Neighborhood Quick Answers', 'neighborhoodquickanswers.html'],
		['Parking', 'reports.html'],
		['Business Assistance', 'businessassistance.html'],
		['Local Links Listing', 'locallinkslisting.html'],
	],
	['Then & Now', 'thennow.html', null,
		['History', 'history.html'],
		['Demographics', 'demographics.html'],
		['Map', 'map.html'],
		['Photo Gallery', 'photogallery.html'],
		/*['Coming Soon', 'comingsoon.html'],*/
	],
	['About Us', 'aboutus.html', null,

	 	['Board of Directors', 'boardofdirectors.html'],
		['Press/Publications', 'joinacommittee.html'],
		['Corporate Buddy', 'corporatebuddy.html'],
		['Awards/Recognition', 'awardsrecognition.html'],
	]
];

