
/* --- menu items --- */
var MENU_ITEMS = [
		
	['&nbsp;Home','../default.htm'],
	['&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;Membership News','../ClubChat/MembershipNews.htm'],
		['&nbsp;Club News','../ClubChat/ClubNews.htm'],
		['&nbsp;Fans Forum','../ClubChat/FansForum.htm'],
		['&nbsp;Committee meetings','../ClubChat/CommitteeMeetings.htm'],
		['&nbsp;APFSCIL','../ClubChat/APFSCIL.htm']
	],
	['&nbsp;Travel',null,null,
		['&nbsp;Forthcoming trips','../Travel/Forthcomingtrips.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/SeasonTicketNews.htm'],
		['&nbsp;Introduction','../SeasonTicket/SeasonTicketIntro.htm'],
		['&nbsp;Rules','../SeasonTicket/SeasonTicketRules.htm'],
	],
	['&nbsp;Social',null,null,
		['&nbsp;Forthcoming events','../Social/ForthcomingEvents.htm'],
		['&nbsp;Past Events','../Social/PastEventsIndex.htm'],
		['&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;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'],
];