/*  --- menu items for Naseby Vision --- 
  Format description can be found in product Tigra Menu documentation.
*/

var MENU_ITEMS = [
	['Home','index.html', null],
	['About Naseby','naseby.html', null],
	['Projects','projects.html', null,
		['Current projects','proj_cur.html', null],
		['Future projects','proj_fut.html', null],
		['Past projects','proj_pst.html', null],		
	],
	['Membership','memform.html', null],
	['Calendar','calendar.html', null],
	['Recreation','recreation.html', null],
	['Photo Gallery','gallery.html', null,
		['Scenic Naseby','gal_scenic.html', null],
		['Naseby Heritage','gal_heritage.html', null],	
		['Naseby Town','gal_town.html', null],		
	],
	['Contact Us','contact.html', null],	
	['Links','links.html', null],
	['Accessibility','access.html', null],
	['Sitemap','sitemap.html', null],	
];