
/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.mylifeboxers.com'],
	['About Us', 'page_1.htm'],
	['Our Dogs', null, null,
		['Lexus', 'lexus.htm'],
		['Chili', 'chili.htm'],
		['B.J.', 'bj.htm'],
		['Jabba', 'jabba.htm'],
		['Cayenne', 'cayenne.htm'],
		['Chubby', 'chubby.htm'],
		['Bunny', 'bunny.htm'],
		['Aiden', 'aiden.htm'],
		['Perry', 'perry.htm'],
		['Tula', 'tula.htm']
	],
	['Gallery', 'gallery.htm'],
	['News', 'news.htm'],
	['Litters', 'litters.htm'],
	['Contact Us', 'contact.htm']
];
