/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/content.html', {'tw' : 'content'}],
	['Adoption Gallery','/gallery/main.php', {'tw' : 'content'}],
	['FAQ', '/faq.html', {'tw' : 'content'}],
	['Vote', '/Poll/poll5194.html', {'tw' : 'content'}],
	['Web Links', 'links.html', {'tw' : 'content'}],
	['Videos', null, null, 
		['Goldie Spin: 50mb','http://www.okiecats.com/Videos/goldie.mpg', {'tw' : 'content'}],
		['Hummers 2006: 24mb','http://www.okiecats.com/Videos/hummer.mpg', {'tw' : 'content'}]
	],
	['Cat Recipe','recipes.html', {'tw' : 'content'}]
];


