/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.shtml'],
	['Cat in the House', null, null,
		['Willy', 'willy.shtml']
	],
	['Not Forgotten', null, null,
		['Skuzzy', 'skuzzy.shtml'],
		['BooBoo', 'booboo.shtml'],
		['Bubba', 'bubba.shtml'],
		['Presto', 'presto.shtml'],
		['CC', 'cc.shtml']
	],
	['Cat Stuff', null, null,
		['About Cats', 'catsfact.shtml'],
		['Cat Bathing', 'catsbath.shtml'],
		['Feed a Cat', 'catsfeed.shtml'],
		['A Cats Age', 'catsage.shtml'],
		['Tail Signals', 'catstail.shtml'],
		['Cats &amp; the Zodiac', 'catsastr.shtml'],
		['Rabies FAQs', 'rabiesfaq.shtml'],
		['Serious Matters', 'catsissu.shtml'],
		['Cool Cat Links', 'catslink.shtml']
	],
	['Side Trips', null, null,
		['Ninja School', 'catsninja.shtml'],
		['Cats in Art', 'catsart.shtml'],
		['CLAW Theater', 'http://www.clawtheater.org'],
		['Send a Card', '../deschats/index.html']
	],
];