/*
  --- 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.d-hchamber.com/index.html'
	],
	['MEMBERS', null, null,
		['Member Directory', 'http://www.d-hchamber.com/dhchamber_usr/search.php']
	],
	['EVENTS', null, null,
		['Committees', 'http://www.d-hchamber.com/events/committees.html'],
		['Calendar of Events', 'http://www.d-hchamber.com/cgi-bin/big_calendar.cgi'],
		['Membership Meetings', 'http://www.d-hchamber.com/events/meet.html'],
		['Women In Business', 'http://www.d-hchamber.com/events/wib.html'],
		['Educational Programs', 'http://www.d-hchamber.com/events/education.html'],
		['Chambalaya', 'http://www.d-hchamber.com/events/chambalaya.html'],
		['Taste of DH', 'http://www.d-hchamber.com/events/taste_of_dh.html'],
		['Golf Tournament', 'http://www.d-hchamber.com/events/golf.html'],
		['DASH 10k, 5k Run/Walk', 'http://www.d-hchamber.com/events/dash.html'],
		['Christmas Parade', 'http://www.d-hchamber.com/events/parade.html']
	],
	['ABOUT US', null, null,
		['Mission and History', 'http://www.d-hchamber.com/about/mission.html'],
		['Board Of Directors', 'http://www.d-hchamber.com/about/bod.html'],
		['Achievements', 'http://www.d-hchamber.com/about/achievements.html'],
		['Newsletters', 'http://www.d-hchamber.com/about/newsletter.html']
	],
	['MEMBERSHIP', null, null,
		['Benefits/Services', 'http://www.d-hchamber.com/members/benefits.html'],
		['Member Discounts', 'http://www.d-hchamber.com/members/cs2.html'],
		['Member of the Month', 'http://www.d-hchamber.com/members/mom.html'],
		['New Members', 'http://www.d-hchamber.com/members/new.html'],
		['Join or Renew Now', 'http://www.d-hchamber.com/members/join.html']
	],
	['VISITING', null, null,
		['Information and Maps', 'http://www.d-hchamber.com/visit/maps_info.html'],
		['History', 'http://www.d-hchamber.com/visit/cs2.html'],
		['Accomodations', 'http://www.d-hchamber.com/visit/accomodations.html'],
		['Dining', 'http://www.d-hchamber.com/visit/dine.html'],
		['Attractions', 'http://www.d-hchamber.com/visit/attractions.html'],
		['Recreation', 'http://www.d-hchamber.com/visit/recreation.html'],
		['Worship', 'http://www.d-hchamber.com/visit/worship.html'],
		['Area Links', 'http://www.d-hchamber.com/visit/area_links.html']
	],
	['BUSINESS', null, null,
		['Demographics', 'http://www.d-hchamber.com/business/cs2.html'],
		['Education', 'http://www.d-hchamber.com/business/education.html'],
		['Relocation Information', 'http://www.d-hchamber.com/business/relocation.html'],
		['Real Estate Information', 'http://www.d-hchamber.com/dhchamber_usr/memberslist.php?psearch=Real+Estate&Submit=GO&psearchtype='],
		['Nashville/State of TN Links', 'http://www.d-hchamber.com/business/cs2.html'],
		['Jobs', 'http://www.d-hchamber.com/business/jobs.html']
	],
];

