/*
  --- 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.playingfortheking.com/2007State'],
	['Tourney', 'http://www.playingfortheking.com/2007State/tourney.php', null,
		['Championship', 'http://www.playingfortheking.com/2007State/tourney-championship.php'],
		['I Love Chess Too', 'http://www.playingfortheking.com/2007State/tourney-ilct.php'],
		['Rules', 'http://www.playingfortheking.com/2007State/tourney-rules.php'],
		['Schedule', 'http://www.playingfortheking.com/2007State/tourney-schedule.php'],
		['Chess Board', 'http://www.playingfortheking.com/2007State/tourney-chess-board.php']
	],
	['Bughouse', 'http://www.playingfortheking.com/2007State/bughouse.php'],
	['Food', 'http://www.playingfortheking.com/2007State/food.php', null,
		['Pre-order', 'http://www.playingfortheking.com/2007State/food-preorder.php'],
		['Friday', 'http://www.playingfortheking.com/2007State/food-friday.php'],
		['Saturday', 'http://www.playingfortheking.com/2007State/food-saturday.php']
	],
	['T-shirt Design', 'http://www.playingfortheking.com/2007State/tee-shirt.php'],
	['Volunteers', 'http://www.playingfortheking.com/2007State/volunteer.php'],
	['Players', 'http://www.playingfortheking.com/2007State/qualified.php', null,
		['Qualified Players', 'http://www.playingfortheking.com/2007State/qualified-list.php'],
		['Registered Players', 'http://www.playingfortheking.com/2007State/registered-list.php'],
		['Filtering List', 'http://www.playingfortheking.com/2007State/qualified-list-filtered.php'],
		['Statistics', 'http://www.playingfortheking.com/2007State/qualified-statistics.php']
	],
	['Lost and Found', 'http://www.playingfortheking.com/2007State/lost-and-found.php'],
	['Results', 'http://www.playingfortheking.com/2007State/results.php'],
	['Team Tables', 'http://www.playingfortheking.com/2007State/team-tables.php'],
	['Hotels', 'http://www.playingfortheking.com/2007State/hotels.php', null, 
		['List', 'http://www.playingfortheking.com/2007State/hotels-list.php'],
		['Map', 'http://www.playingfortheking.com/2007State/hotels-locations.php']
	],
	['Venue', 'http://www.playingfortheking.com/2007State/venue.php'],
	['For Fun', 'http://www.playingfortheking.com/2007State/for-fun.php'],
	['Coaches Meeting', 'http://www.playingfortheking.com/2007State/coaches-meeting.php'],
	['Links', 'http://www.playingfortheking.com/2007State/links.php'],
	['Contact Us', 'http://www.playingfortheking.com/2007State/contact-us.php']
];


