/*
  --- 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', null, null,
		['Welcome', 'index.html'],
	],
	['About Us', null, null,
		['Profile', 'profile.html'],
		['Clients', 'clients.html'],
		['Recent Projects', 'recent.html'],
	],
	['Health &amp; Safety', null, null,
		['Introduction', 'health.html'],
		['Process', 'process.html'],
		['Consultants', 'consultants.html'],
		['Policy', 'policy.html'],
		['Training', 'training.html'],
		['Risk Assessment', 'risk.html'],
		['Committee', 'committee.html'],
		['H &amp; S Executive', 'executive.html'],
	],
	['Case Studies', null, null,
		['Merry Farm', 'case6.html'],
		['Leo Casino', 'case1.html'],
		['ASDA Stores', 'case2.html'],
		['Cheshire Police HQ', 'case3.html'],
		['Tate Liverpool', 'case4.html'],
		['Clwyd Theatr Cymru', 'case5.html'],
	],
	['Services', null, null,
		['On Site', 'onsite.html'],
		['Joinery', 'joinery.html'],
	],
	['News', null, null,
		['Recent News', 'news.html'],
		['News Archive', 'newsarchive.html'],
	],
	['Contact Details', null, null,
		['Enquiry Form', 'query.html'],
		['Address', 'address.html'],
		['Maps', 'maps.html'],
	],
];