/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Jazz mp3\'s', 'index.php?act=viewCat&catId=2', {'tw':'_self'},
		['Cindy McLeod', 'index.php?act=viewCat&catId=5', {'tw':'_self'}],
		['Brian Buchanan', null, {'tw':'_self'}],
		['Joe Blow', null, {'tw':'_self'}]
	],
	['Music Charts', null, null,
		['Brian Buchanan', null],
		['Fred Smith', null]
	],
	['Art/Photos', null, null,
		['Cindy McLeod', null],
		['Gord Greybeard', null]
	]
];
