/*
  --- 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 = [
	['Home', 'http://www.ulneswaltonpc.co.uk/'],
	['Councillors', 'http://www.ulneswaltonpc.co.uk/councillors.htm'],
	['Public Notices',null,null,
		['Local News','http://www.ulneswaltonpc.co.uk/notices/news/index.htm'],
		['Action For Ulnes Walton','http://www.ulneswaltonpc.co.uk/notices/action4uw/index.htm'],
		['Road Safety Group','http://www.ulneswaltonpc.co.uk/notices/roadsafety/index.htm'],
		['Newsletters','http://www.ulneswaltonpc.co.uk/notices/newsletters/index.htm'],
		['Parish Plan', 'http://www.ulneswaltonpc.co.uk/notices/ParishPlan/index.htm'],
		['Minutes & Agendas', 'http://www.ulneswaltonpc.co.uk/notices/minutes/index.htm'],
		['Policy', 'http://www.ulneswaltonpc.co.uk/notices/policy/index.htm'],
		['Reports', 'http://www.ulneswaltonpc.co.uk/notices/reports/index.htm'],
		['Local Planning', 'http://www.ulneswaltonpc.co.uk/notices/planning/index.htm'],
		['Web Site Info', 'http://www.ulneswaltonpc.co.uk/notices/news/sitechanges.htm'],
		['Archive',null,null,
			['Minutes & Agendas', 'http://www.ulneswaltonpc.co.uk/archive/notices/minutes/index.htm'],
			['News Items', 'http://www.ulneswaltonpc.co.uk/archive/notices/news/index.htm'],
		]

	],
	['Services', null, null,
		['Travel Information', 'http://www.ulneswaltonpc.co.uk/services/travel.htm'],
		['Public Information', 'http://www.ulneswaltonpc.co.uk/services/publicinfo.htm'],
		['Contacts & Links', 'http://www.ulneswaltonpc.co.uk/services/contacts.htm'],
		['Ulnes Walton Maps', 'http://www.ulneswaltonpc.co.uk/services/map.htm'],

	],
	['Contact Us', 'http://www.ulneswaltonpc.co.uk/contact.htm'],
];