/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Us', 'about.htm', {'be':['','']},
		['Home', 'index.html'],
		['About Us', 'about.htm'],
		['Equipment', 'equipment.htm'],
		['News', 'news.htm']
	],
	['Photo Shoots', '2009.htm', null,
		['2009', '2009.htm'],
		['2008', '2008.htm'],
		['2007', '2007.htm'],
		['2006', '2006.htm'],
		['2005', '2005.htm'],
		['2004', '2004.htm']
	],
	['Online Store', null, null,
		['Photography', null, null,
			['Gallery 1 - Flowers', 'gallery1.htm'],
			['Gallery 2 - Wildlife', 'gallery2.htm'],
			['Gallery 3 - Scenery', 'gallery3.htm'],
			['Gallery 4 - People', 'gallery4.htm']
		],
		['Gift Items - Blooms West', 'http://www.bloomswest.com', {'tw':'_blank'}]
	],
	['Help & Support', null, null,
		['Contact Us', 'contact.htm'],
		['Pricing', 'pricing.asp'],
		['Industry News', 'industrynews.asp'],
		['Website Links', 'links.htm']
	]
];