/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.madphotography.co.uk/index.html'],
	['Weddings', 'http://weddings.madphotography.co.uk/index.html', null,
		['Weddings', 'http://weddings.madphotography.co.uk/weddingspackages.html'],
		['Civil Ceremonies', 'http://weddings.madphotography.co.uk/partnerships.html'],
		['Civil Partnerships', 'http://weddings.madphotography.co.uk/partnerships.html']
	],
	['Photography', 'http://www.madphotography.co.uk/index.html', null,
		['Events and Proms', 'http://functions.madphotography.co.uk/index.html'],
		['Commercial', 'http://commercial.madphotography.co.uk/index.html'],
		['Portraits', 'http://portraits.madphotography.co.uk/index.html'],
		['Makeovers', 'http://makeovers.madphotography.co.uk/index.html'],
		['Portfolios', 'http://portfolios.madphotography.co.uk/index.html'],
		['Boudoir', 'http://boudoir.madphotography.co.uk/index.html'],
		['Glamour', 'http://glamour.madphotography.co.uk/index.html']
	],
	['Other Services', 'http://www.madphotography.co.uk/other.html'],
	['About Us', 'http://www.madphotography.co.uk/aboutus.html'],
	['Contact Us', 'http://www.madphotography.co.uk/contactus.html'],
	['On-Line Services', 'http://www.imagicam.co.uk/albums/index2.php?wpc=p1451madp'],
	['Galleries', 'http://www.madphotography.co.uk/madgallery.html'],
	['Links', 'http://www.madphotography.co.uk/madlinks.html']
];

