/*
  --- 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.msstate.edu/org/mcc/index.php'],
	['The Club',  null, null,
		['History', '/org/mcc/theclub/history.php'],
		['Constitution', '/org/mcc/theclub/constitution.php'],
		['Committee', '/org/mcc/theclub/committee.php'],
		['Members',    '/org/mcc/theclub/members.php'],
		['Budget',  '/org/mcc/theclub/budget.php'],
	],	
	['Activities', null, null,
		['Matches & Events',  '/org/mcc/activities/events.php'],
		['Practice Sessions',  '/org/mcc/activities/practice.php'],
		['MSUCC Teams', '/org/mcc/onthefield/teams.php'],
		['Match Scorecards', '/org/mcc/onthefield/scorecards.php'],
		['Photo Gallery',    '/org/mcc/onthefield/gallery.php'],
		['Cheering',  '/org/mcc/onthefield/cheering.php'],
	],
	['Cricket 101',  null, null,
		['The Game',    '/org/mcc/cricket101/thegame.php'],
		['Cricket Guru', '/org/mcc/cricket101/cricketguru.php'],
	],
	['News and Info.',  null, null,
		['Press Room', '/org/mcc/newsinfo/pressroom.php'],
		['Links',    '/org/mcc/newsinfo/links.php'],
	],
	['Misc.',  null, null,
		['Contact', '/org/mcc/misc/contact.php'],
		['Sponsors', '/org/mcc/misc/sponsors.php'],
		['Directions',    '/org/mcc/misc/directions.php'],
		['Guestbook',  '/org/mcc/misc/guestbook.php'],
	],
];
