/* 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', 'Page1.htm', null,
		['Page 1', 'Page1.htm'],
		['Page 2', 'Page2.htm'],
		['Page 3', 'Page3.htm'],
		['Page 4', 'Page4.htm'],
		['Page 5', 'Page5.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']
	]
];
