/*
  --- 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 = [
	['Players', 'http://www.sfnighthawks.com/players.php', null,
		['List of Players', 'http://www.sfnighthawks.com/players.php'],
		['Tryout Form', 'http://www.sfnighthawks.com/tryoutform.html'],
	],
	['Matches', 'http://www.sfnighthawks.com/schedule.php', null,
		['Current Matches/Results', 'http://www.sfnighthawks.com/schedule.php'],
		['College Matches', 'http://www.sfnighthawks.com/college.php'],
	],
	['Tickets', 'http://www.sfnighthawks.com/tickets.php', null,
	],
	['Stadium', 'http://www.sfnighthawks.com/venue.php', null,
	],
	['News', 'http://www.sfnighthawks.com/news.php', null,
	],
	['Gallery', 'http://hawks.smugmug.com/', null,
	],
	['Clinics', 'http://www.sfnighthawks.com/clinics.php', null,
	],
	['Staff', 'http://www.sfnighthawks.com/staff.php', null,
		['Petra Kowalski', 'http://www.sfnighthawks.com/staff.php#petra'],
		['Yang Zhou', 'http://www.sfnighthawks.com/staff.php#yang'],
		['Robert Sackey', 'http://www.sfnighthawks.com/staff.php#robert'],
		['Jill Lounsbury', 'http://www.sfnighthawks.com/staff.php#jill'],
		['Dick Cross', 'http://www.sfnighthawks.com/staff.php#dick']
	],
	['Sponsors', 'http://www.sfnighthawks.com/sponsors.php', null,
		['Current Sponsors', 'http://www.sfnighthawks.com/sponsors.php'],
		['Sponsorship Information', 'http://www.sfnighthawks.com/sponsorship.php'],
		['Become a Sponsor', 'http://www.sfnighthawks.com/contact.php'],
	],
	['About Us', 'http://www.sfnighthawks.com/about.php', null,
		['The Nighthawks', 'http://www.sfnighthawks.com/about.php#hawks'],
		['The City of SF', 'http://www.sfnighthawks.com/about.php#sanfrancisco'],
		['Tryout for the Team', 'http://www.sfnighthawks.com/about.php#hawk_tryouts'],
		['The WPSL', 'http://www.sfnighthawks.com/about.php#wpsl'],
	],
	['Shop', 'http://www.cafepress.com/sfnighthawks', null,
	],
	['Links', 'http://www.sfnighthawks.com/links.php', null,
	],
	['Contact', 'http://www.sfnighthawks.com/contact.php', null,
	],
	['Admin', 'http://www.sfnighthawks.com/cms/index.php', null,
	],
];


