/*
  --- 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_ITEMS2 = [
	['Chapel of Rest', 'chapel.html'],
	['Code of Practice', 'code.html'],
	['Services Provided',null, null,
		['Commemorative Stationary', 'stationery.html'],
		['Music and Flowers', 'music.html'],
		['Coffins, Urns, Crosses and Gravestones', 'coffins.html'],
		['Associated Services', 'services.html'],
		['Vehicles and Horse Drawn Carriage', 'vehicles.html'],
		],
	['Funeral Expenses', 'expenses.html'],
	['Access Statement', 'access.html'],
	['Useful Links', 'links.html'],
];

