/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.lanterndevelopments.com/index.htm'],
	['About Us', null, null,
		['Introduction', 'http://www.lanterndevelopments.com/introduction.htm'],
		['Personalised Service', 'http://www.lanterndevelopments.com/personalised-service.htm'],
		['Attention to Detail', 'http://www.lanterndevelopments.com/attention-to-detail.htm'],
		['Contact', 'http://www.lanterndevelopments.com/contact.htm'],
		['Development', 'http://www.lanterndevelopments.com/developers.htm']
	],
	['Our Services', null, null,
		['Consultation', 'http://www.lanterndevelopments.com/consultation.htm'],
		['Building regs & Planning', 'http://www.lanterndevelopments.com/planning.htm'],
		['Plans & Surveys', 'http://www.lanterndevelopments.com/plans-and-surveys.htm'],
		['Groundwork', 'http://www.lanterndevelopments.com/groundwork.htm'],
		['Production', 'http://www.lanterndevelopments.com/production.htm'],
		['Installation', 'http://www.lanterndevelopments.com/installation.htm'],
		['Glazing', 'http://www.lanterndevelopments.com/glazing.htm'],
		['Finishing', 'http://www.lanterndevelopments.com/finishing.htm'],
		['Payment', 'http://www.lanterndevelopments.com/payment.htm'],
		['Guarantee', 'http://www.lanterndevelopments.com/Guarantee.htm']
	],
	['Galleries', null, null,
		['Photo Gallery', 'http://www.lanterndevelopments.com/gallery/'],
		['Windows and Doors', 'http://www.lanterndevelopments.com/gallery/windows.htm'],
		['Conservatories', 'http://www.lanterndevelopments.com/gallery/conservatories.htm'],
		['Orangeries', 'http://www.lanterndevelopments.com/gallery/orangeries.htm'],
		['Home Extensions', 'http://www.lanterndevelopments.com/gallery/extensions.htm'],
		['Testimonials', 'http://www.lanterndevelopments.com/testimonials.htm']
	],
	['Conservatories', null, null,
		['Introduction', 'http://www.lanterndevelopments.com/introduction-conservatories.htm'],
		['Hardwood', 'http://www.lanterndevelopments.com/hardwood-conservatories.htm'],
		['uPVC', 'http://www.lanterndevelopments.com/upvc-conservatories.htm'],
		['Bespoke', 'http://www.lanterndevelopments.com/bespoke-conservatories.htm'],
		['Supply Only', 'http://www.lanterndevelopments.com/supply-only-conservatories.htm']
	],
	['Windows', null, null,
		['Introduction', 'http://www.lanterndevelopments.com/windows-introduction.htm'],
		['Hardwood', 'http://www.lanterndevelopments.com/hardwood-windows.htm'],
		['uPVC', 'http://www.lanterndevelopments.com/upvc-windows.htm'],
		['Sash', 'http://www.lanterndevelopments.com/sash-windows.htm']
	],
	['Construction', 'http://www.lanterndevelopments.com/construction.htm'],
	['Garden Buildings', 'http://www.lanterndevelopments.com/sheds/index.htm'],
	['Contact us', 'http://www.lanterndevelopments.com/contact.htm']
];

