/*
  --- 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', '/Home.php'],
//	['Picture Gallery', 'http://photogallery.battleinthesouth.com', {'tw' : '_blank'}],
	['\'12 Battle', null, null,
	 	['11U = June 26 - July 1'],
	 	['12U = June 26 - July 1'],
	 	['13U = June 26 - July 1'],
	 	['14U = June 26 - July 1']
	 ],
	['Fields', null, null,
	 	['11U', '/Fields11U.html'],
	 	['12U', '/Fields12U.html'],
	 	['13U', '/Fields13U.html'],
	 	['14U', '/Fields14U.html']
	],
	['Accommodations', '/Accommodations.html'],
	['T-Shirts', '/2011TShirtOrders.html'],
	['Past Winners', '/PastWinners.html'],
	['Tournament Rules', null, null,
		['10U Rules', '/Rules10U.htm', {'tw' : '_blank'}],
		['11U Rules', '/Rules11U.htm', {'tw' : '_blank'}],
		['12U Rules', '/Rules12U.htm', {'tw' : '_blank'}],
		['13U Rules', '/Rules13U.htm', {'tw' : '_blank'}],
		['14U Rules', '/Rules14U.htm', {'tw' : '_blank'}]
	],
	['Forms', null, null,
	 	['Entry Form', null, null,
		 	['11U', '/EntryForm11U.pdf', {'tw' : '_blank'}],
		 	['12U', '/EntryForm12U.pdf', {'tw' : '_blank'}],
		 	['13U', '/EntryForm13U.pdf', {'tw' : '_blank'}],
		 	['14U', '/EntryForm14U.pdf', {'tw' : '_blank'}]
		],
		['Team Roster (all ages)', '/TeamRoster.php'],
		['Medical Release (14U only)', '/MedicalRelease.html']
	],
	['Links', '/Links.html'],
	['Contact Us', '/ContactUs.html'],
	['Administrator', '/admin/index.php']
];
