/*
  --- 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 Page', 'home.html'],
		['Client List', 'clients.html'],
	['Design', 'design.html', null,
		['Advertising', 'advertising.html'],
		['Business Stationery', 'stationery.html', null,
				['Folia', 'folia.html'],
				['Graphters', 'graphters.html'],
				['Landscape Design Trust', 'ldt.html'],
				['MD Partnership', 'mdpartners.html'],
				['Omnida', 'omnida.html'],
				['VIP Mail Services', 'vip.html']
			],
		['Corporate Identity', 'corporateid.html', null,
				['Fund for Addenbrookes', 'addenbrookesid.html'],
				['Coopers', 'coopersid.html'],
				['Dovers Green', 'doversgreenid.html'],
				['Earlswood School', 'earlswoodid.html'],
				['Folia', 'foliaid.html'],
				['Landscape Design Trust', 'ldtid.html'],
				['Malwood Press', 'malwoodid.html'],
				['Olimia', 'olimiaid.html'],
				['Omnida', 'omnidaid.html'],
				['VIP Mail Services', 'vipid.html']
			],
		['Information Literature', 'salesprint.html', null,
				['Binders', 'binders.html'],
				['Brochures', 'brochures.html'],
				['Catalogues', 'catalogues.html'],
				['Inflight Safety Guides', 'safetycards.html'],
				['Leaflets', 'leaflets.html']
			],
		['Magazines', 'magazines.html', null,
				['Choices', 'flybechoices.html'],
				['Distant Shores', 'distshores.html'],
				['FlyStar', 'flystar.html'],
				['FlyStore', 'flyjet.html'],
				['Great Escape', 'greatescape.html'],
				['Shopping in Style', 'flyshop.html']
			],
		['Point of Sale & Display', 'display.html']
			],
	['Photography', 'locationphoto.html'],
		['Services', 'services.html'],
		['Contact Us', 'contact.html'],
];
