// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["Home ", "http://www.wingerworth.org.uk"],
	[" The Parish Council", null,
		[" Parish Councillors", "http://www.wingerworth.org.uk/Councillors.htm"],
		[" Council Meetings", "http://www.wingerworth.org.uk/meetings.htm"],
		[" Minutes of Meetings", "http://www.wingerworth.org.uk/minutes.htm"],
		[" Clerks Report", "http://www.wingerworth.org.uk/Clerk.htm"],
		[" Annual Report", "http://www.wingerworth.org.uk/annual.htm"],
		[" Contact the Council", "http://www.wingerworth.org.uk/Contact_Us.html"],
		[" Hiring the Parish Hall", "http://www.wingerworth.org.uk/parish.htm"],
		[" Job Vacancies", "http://www.wingerworth.org.uk/vacancies.html"],
		[" Website Feedback", "http://www.wingerworth.org.uk/Feedback.htm"]
	],
	[" Wingerworth", null,
		[" History", "http://www.wingerworth.org.uk/around.htm"],		[" Wings Magazine", "http://www.wingerworth.org.uk/wings.htm"],				[" Bus & Train Timetables", "http://www.wingerworth.org.uk/timetables.htm"],		[" Public Footpaths", "http://www.wingerworth.org.uk/footpaths.htm"],
		[" Photographs", "http://www.wingerworth.org.uk/Photos.htm"],
		[" Maps of Wingerworth", "http://www.wingerworth.org.uk/maps.htm"]
,		[" 2001 Census", "http://www.wingerworth.org.uk/census.htm"]
	],
	[" Links", null,
		[" Links", ""],
		],
	[" Misc", null,
		[" Discussion Forum", ""],
		[" Send a Postcard", "http://www.wingerworth.org.uk/postcard.htm"] ]
];
