/* --- menu items --- */
// rev 4 Dec 13/09

var MENU_ITEMS = [
	['Home','welcome.php', 'Frame27450'],
	['Club Info', null, null,
		['Contact NYCSC', 'pop_msg_contact.htm', 'Frame27450'],
		['About the club','dev_overview.htm', 'Frame27450'],
		['Clubhouse/Office','clubhouse.htm', 'Frame27450'],
		['Office Hours', 'pop_msg_inperson_reg.htm', 'Frame27450'],
		['Mission','mission.htm', 'Frame27450'],
		['Club History','cosmhist.htm', 'Frame27450'],
		['Directory/Positions','board.htm', 'Frame27450'],
		['Documents','documents.htm', 'Frame27450'],
		['Field Locations','locations.htm', 'Frame27450'],
		['Calendar', 'calendar.htm', 'Frame27450'],
	],
	['Notice of Meetings', null, null,
		['AGM 2011','AGM2011/NYCSC 2011 AGM Notice.htm', 'Frame27450'],
//		['Special Meeting','AGM2010/NYCSC 2010 AGM Notice.htm', 'Frame27450'],
	],
	['House League', null, null,
		['Registration','outdoor2012.html', 'Frame27450'],
		['Agenda','hlagenda.htm', 'Frame27450'],
		['Boys HL', null, null,
			['Standing','stand_1.html', 'Frame27450'],
			['Schedule','standing_1.html', 'Frame27450'],
		],
		['Girls HL', null, null,
			['Standing','stand_5.html', 'Frame27450'],
			['Schedule','standing_5.html', 'Frame27450'],
		],
		['Adult HL','pop_msg_adult.htm', 'Frame27450',
			['Registration','outdoor2011.html', 'Frame27450'],
//			['Standing','stand_6.html', 'Frame27450'],
//			['Schedule','standing_6.html', 'Frame27450'],
		],
		['Indoor', null, null,
			['Saturday','pop_msg_indoor.htm', 'Frame27450'],
			['Sunday','pop_msg_soccerplex.htm', 'Frame27450'],
//			['Schedule','standing_4.html', 'Frame27450'],
		],
		['Field Locations','locations.htm', 'Frame27450'],
		['HL FAQ','faq/hlfaq.htm', 'Frame27450'],
	],
	['Competitive', null, null,
		['Rep Teams', 'RTeams/repteams.htm', 'Frame27450'],
//		['Registration','registration.htm', 'Frame27450'],
		['Registration','indoor_reg.htm', 'Frame27450'],
		['Field Locations','locations.htm', 'Frame27450'],
		['Tryout Dates','rep_players_wanted.htm', 'Frame27450'],
	],
	['Club Development', null, null,
		['Players', null, null,
//			['Player Clinics', 'dev_player_dates.htm', 'Frame27450'],
			['Spring TuneUp', 'documents/Spring Tune Up Flyer 2011.pdf', 'Frame27450'],
			['Player Clinics', 'no.htm', 'Frame27450'],
//			['Academy Programs','no.htm', 'Frame27450'],
		],
		['Coaches', null, null,
//			['Staff Coaches','pop_msg_staff_coach.htm', 'Frame27450'],
			['Documents','documents.htm', 'Frame27450'],
			['Forms', 'private/index.htm', 'Frame27450'],
			['Coaching Clinics','dev_clinics.htm', 'Frame27450'],
//			['Coaching Clinics','no.htm', 'Frame27450'],
//			['Certification','pop_msg_coach_cert_HL.htm', 'Frame27450'],
			['Certification','no.htm', 'Frame27450'],
			['Resources','coachmenu/coachmenu.htm', 'Frame27450'],
			['Resource Links','linkresources.htm', 'Frame27450'],
//			['Code of Conduct','pop_msg_code.htm', 'Frame27450'],
			['Code of Conduct','no.htm', 'Frame27450'],
		],
		['Technical Director', null, null,
			['TD info','pop_msg_TD_info.htm', 'Frame27450'],
		],
	],
	['Referees', null, null,
		['Updates', 'pop_msg_referee.htm', 'Frame27450'],
		['Ref Schedules', 'Refs/index.htm', 'Frame27450'],
	],
	['Tournaments', null, null,
		['Mary Garden HL','hltsched/index.py', 'Frame27450'],
		['Invitational','RTeams/tournament.htm', 'Frame27450'],
	],
	['Camps', null, null,
		['Summer Camp','summer_camp.htm', 'Frame27450'],
	],
	['Sponsors', null, null,
//		['Our Sponsors','hlsponsors.php?logo=1', 'Frame27450'],
		['Our Sponsors','hlsponsors.php', 'Frame27450'],	// no logo
		['Sponsorship','sponsorship.htm', 'Frame27450'],
	],
	['Links', null, null,
		['Soccer Links', 'linksoc.htm', 'Frame27450'],
	],			
];

