/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.tmendozaphoto.com/index.html', null,
		['Welcome', 'http://tmendozaphoto.com/welcome.htm']
	],
	['Gallery', 'http://www.tmendozaphoto.com/gallery.htm', null,
		['People', 'http://www.tmendozaphoto.com/portrait/index.html', {'tw':'_self'},
			['Retro', 'http://www.tmendozaphoto.com/retro/index.html', {'tw':'_self'}],
			['Fashion', 'http://www.tmendozaphoto.com/fashion'],
			['Stock', 'http://www.tmendozaphoto.com/stock/index.html'],
			['Portrait', 'http://www.tmendozaphoto.com/portrait/index.html', {'tw':'_self'}]
		],
		['Places', 'http://www.tmendozaphoto.com/places/index.html'],
		['Things', 'http://www.tmendozaphoto.com/things/index.html']
	],
	['Portfolio', 'http://www.tmendozaphoto.com/portfolio.htm', null,
		['Costs', 'http://www.tmendozaphoto.com/costs.htm'],
		['Endorsements', 'http://www.tmendozaphoto.com/endorsements.htm']
	],
	['Facilities', 'http://www.tmendozaphoto.com/facilities.htm'],
	['Contact us', 'http://www.tmendozaphoto.com/contact.htm', {'tw':'_self'}]
];
