/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.mothergrundy.org'],
	['Weather', 'http://weather.mothergrundy.org'],
	['Photos', null, null,
		['Mother Grundy', 'http://www.mothergrundy.org/images/phpslideshow.php?directory=mg'],
		['Flowers', 'http://www.mothergrundy.org/images//phpslideshow.php?directory=flowers'],
		['Fires', 'http://www.mothergrundy.org/images/phpslideshow.php?directory=fires'],
		['Rocks', 'http://www.mothergrundy.org/images/phpslideshow.php?directory=rocks'],
		['Sunrises', 'http://www.mothergrundy.org/images/phpslideshow.php?directory=sunrises'],
		['Sunsets', 'http://www.mothergrundy.org/images/phpslideshow.php?directory=sunsets'],
		['The Deck', 'http://www.mothergrundy.org/images/phpslideshow.php?directory=the%20deck']
	],
	['Local Links', 'http://www.mothergrundy.org/llinks'],
	['Local History', 'http://www.mothergrundy.org/lhistory'],
	['Blog', 'http://mail.mothergrundy.org/blogs/jamullian/']
];
