/*
  --- 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 = [
	['NW Parent Info', null, null,
		['Challenge Rules', 'rules.html'],
		['Parent Info', 'NorthwestYouthWrestling2009.pdf'],
	        
        ],
	['AllStar Information', null, null,
		['Practice Schedule','ASPractice.html'],
		['All-Stars Schedule', 'asched.html'],
                ['AST Pool Assignments','ASTournamentForWeb.pdf'],
                ['AST Arrival Times', 'ASTArrivalTimes.pdf'],
                ['AST Results', 'ASTResults.pdf'],
                ['Map','map.html'],
	],
	['Varsity Information', null, null,
                ['Practice Schedule','VPractice.html'],
		['Varsity Schedule', 'vsched.html'],
                ['NW Division 09-10', 'NWY0910/NWY2010home.htm'],
                ['Map','map.html'],
	],
	['Coaches','coaches.html' 
	],
	['Youth Contacts',null,null,
		['Email Youth Director','mailto:youthdirector@nwwrestling.com'],
		['Email Youth Coach', 'mailto:youthcoaches@nwwrestling.com'],
		['Email Rosters/Changes', 'mailto:info@nwwrestling.com'],
		['List of Youth Contacts', 'contact.html'],
	],
	['Photos & More',null,null, 
                ['2009-2010 Season','http://nwwrestling.smugmug.com/Youth/2009-2010'],
                ['2008-2009 Season','http://nwwrestling.smugmug.com/Youth/2008-2009'],
                ['2007-2008 Season','http://nwwrestling.smugmug.com/Youth/2007-2008'],
                ['2006-2007 Season','http://nwwrestling.smugmug.com/Youth/2006-2007'],
                ['Varsity 06-07 Video','video07.html'],
                ['Varsity 05-06 Video','video06.html'],
		
	],
	['NW Wrestling Home',null,null, 
		['Youth Home','index.html'],
		['NW Wrestling Home','http://www.nwwrestling.com/main.html'],
	],
];

