
/* --- menu items --- */
var MENU_ITEMS = [
		
	['&nbsp;Home','/default.asp'],
	['&nbsp;About Us',null,null,
		['&nbsp;Membership benefits','/AboutUs/membershipbenefits.htm'],
		['&nbsp;Membership form','/AboutUs/membershipform.htm'],
		['&nbsp;History','/AboutUs/history.htm'],
		['&nbsp;Constitution','/AboutUs/constitution.htm'],
		['&nbsp;Committee','/AboutUs/committee.htm'],
		['&nbsp;This website','/AboutUs/thiswebsite.htm']
	],
	['&nbsp;Club Chat',null,null,
		['&nbsp;Club News','/ClubChat/ClubNews.asp'],
		['&nbsp;Member News','/ClubChat/MembershipNews.asp'],
		['&nbsp;Fans Forum','/ClubChat/FansForum.htm'],
		['&nbsp;Committee meetings','/ClubChat/CommitteeMeetings.htm'],
		['&nbsp;APFSCIL','/ClubChat/APFSCIL.htm']
	],
	['&nbsp;Travel',null,null,
		['&nbsp;Travel News','/Travel/TravelNews.asp'],
		['&nbsp;Car share messageboard','/Travel/carshare_subscriber.asp'],
		['&nbsp;Home matches','/Travel/HomeMatches.htm'],
		['&nbsp;Southern matches','/Travel/SouthernMatches.htm'],
		['&nbsp;General travel info','/Travel/generaltravelinfo.htm'],
		['&nbsp;Booking info and rules','/Travel/bookingrules.htm']
	],
		['&nbsp;Tickets',null,null,
		['&nbsp;Ballot Entry','/SeasonTicket/ballotform.htm'],
		['&nbsp;Ballot Status','/SeasonTicket/BallotStatus.htm'],
		['&nbsp;News','/SeasonTicket/TicketNews.asp'],
		['&nbsp;Introduction','/SeasonTicket/SeasonTicketIntro.htm'],
		['&nbsp;Rules','/SeasonTicket/SeasonTicketRules.htm'],
	],
	['&nbsp;Social',null,null,
		['&nbsp;Forthcoming events','/Social/ForthcomingEvents.asp'],
		['&nbsp;Past Events (old page)','/Social/PastEventsIndex.htm'],
		['&nbsp;Past Events (new page)','/Social/PastEvents.asp'],
		['&nbsp;Our favourite pubs','/Links/Pubs.htm'],
		['&nbsp;General social info','/Social/generalsocialinfo.htm']
	],
	['&nbsp;Sport',null,null,
		['&nbsp;Sunday Football','/Sport/Football.htm'],
		['&nbsp;Pool','/Sport/Pool.htm'],
		['&nbsp;Other sports','/Sport/Other.htm']
	],
	['&nbsp;Features',null,null,
	 	['&nbsp;Features Index','/Features/Index.htm'],
		['&nbsp;Members Map Intro','/Members_Map/Map_Intro.htm'],
		['&nbsp;Members Map','/Members_Map/MapPage.htm'],
		['&nbsp;Southern Stokies here...','/Features/SouthernStokiesHere.htm']
	],
	['&nbsp;Links',null,null,
	 	['&nbsp;Stoke City FC','/Links/StokeCity.htm'],
		['&nbsp;Supporters Clubs','/Links/SupportersClubs.htm'],
		['&nbsp;Fan Sites','/Links/FanSites.htm'],
		['&nbsp;Our favourite pubs','/Links/Pubs.htm'],
		['&nbsp;Other','/Links/Other.htm'],
	],
	['&nbsp;Contact Us','/contactus/contactform.htm'],
];
