/*
  --- 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 = [
	['Welcome','index.htm' , null,
		['Village Diary','diary.htm'],
		['Village News', 'news.htm'],
		['Parish Council', 'council.htm']
	],
	['Community', 'community.htm', null,
		['Education', 'education.htm'],
		['Need Help', 'help.htm'],
		['Faiths', 'faiths.htm']
	],
	['Leisure', 'leisure.htm', null,
		['Village Hall', 'hall.htm'],
		['Clubs & Assoc.', 'clubs.htm'],
		['Eating Out', 'eating.htm'],
		['Places of Interest', 'PlacesofInterest.htm']
	],
	['History', 'history.htm', null,
		['Bygone Years', 'bygone.htm']		
	],
	['Retail/Industry', 'retail.htm', null,
		['Auto Trade', 'autotrade.htm'],
		['Local Tradesmen', 'tradesmen.htm'],
		['Industrial Estate', 'estate.htm'],
		['Situations Vacant', 'jobs.htm']
	],
	['Links', 'links.htm', null]
];