/*
  --- 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', 'http://www.gbrccc.org/index.html', null,
	],
	[' About', 'http://www.gbrccc.org/about/mission.html', null,
		['Mission Statement', 'http://www.gbrccc.org/about/mission.html'],
		['FAQ', 'http://www.gbrccc.org/about/faqs.html'],
		['Accomplishments', 'http://www.gbrccc.org/about/accomplishments.html', null,],
		['Stakeholders', 'http://www.gbrccc.org/about/stakeholders.html', null,],
		['Board Members', 'http://www.gbrccc.org/about/board.html', null,],
	],
	[' Technologies', 'http://www.gbrccc.org/info/info.html', null,
		['Alternative Fuels', 'http://www.eere.energy.gov/afdc/', null,],
		['Blends', 'http://www.eere.energy.gov/cleancities/blends/', null,],
		['Fuel Economy', 'http://www.eere.energy.gov/cleancities/fueleconomy/', null,],
		['Hybrids', 'http://www.eere.energy.gov/cleancities/hev/', null,],
		['Idle Reduction Technology', 'http://www.eere.energy.gov/cleancities/idle/'],

	],
	[' Join', 'http://www.gbrccc.org/join/join.html', null,
		['Join Today!', 'http://www.gbrccc.org/join/join.html'],
		['Why Join?', 'http://www.gbrccc.org/join/whyjoin.html'],
	],
	[' Links', 'http://www.gbrccc.org/links/links.html', null,
		['Department of Energy: CC', 'http://www.eere.energy.gov/cleancities/'],
		['Alternative Fuels Station Locator', 'http://www.eere.energy.gov/afdc/infrastructure/locator.html'],
		['Louisiana DNR', 'http://dnr.louisiana.gov/sec/execdiv/techasmt/programs/transportation/cleancities.htm'],
		['< < More Links > >', 'http://www.gbrccc.org/links/links.html'],
	],
	[' Contact Information', 'http://www.gbrccc.org/contact.html', null,
	],
];