/*
  --- 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', 'Default.asp'],
	['Info', null, null,
		['Welcome', 'Welcome.asp'],
		['Coaches', 'Coaches.asp'],
		['Board', 'Board.asp'],
		['Sponsors', 'Sponsors.asp'],
		['Volunteer Coordinator', 'VolunteerCoordinator.asp'],
	    ['Parents Handbook', 'downloads/WSTParentsHandbook.pdf', '_blank'],
	    ['2011 Finances', 'downloads/2011/WST  - Cashflow 2011.pdf', '_blank'],
		['Admin', 'WSTAdmin.asp']
	],
	['Meets', 'Meets.asp'],
	['Results', null, null,
	    ['2009', 'Results.asp'],
	    ['2010', 'Results2010.asp'],
	    ['2011', 'Results2011.asp']
	],
	['Records', null, null,
	    ['Team - Meters', 'downloads/WST Records - Meters.pdf', '_blank'],
	    ['Team - Yards', 'downloads/WST Records - Yards.pdf', '_blank'],
	    ['Cold Water Classic', 'downloads/WST Records 2010 - CWC.pdf', '_blank'],
	    ['League', 'http://lbsl.org/custpage.php?cid=74', '_blank']
	]
];


