/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.linmanfishing.com'],
	['Canada Fishing', null, null,
		['General Info', 'http://www.voice-tech.com/linmanfishing/northwoods.html'],
		['Photo Albums', 'http://www.voice-tech.com/linmanfishing/Canada/album/index.html']
	],
	['USA Fishing', null, null,
		['General Info', 'http://www.voice-tech.com/linmanfishing/local.html'],
		['Photo Albums', 'http://www.voice-tech.com/linmanfishing/USA/album/index.html']
	],
	['Pro Team', null, null,
		['Nelson', 'http://www.voice-tech.com/linmanfishing/nelson.html'],
		['Ed', 'http://www.voice-tech.com/linmanfishing/ed.html'],
		['Ray', 'http://www.voice-tech.com/linmanfishing/ray.html'],
		['Chief', 'http://www.voice-tech.com/linmanfishing/chief.html'],
		['Butch', 'http://www.voice-tech.com/linmanfishing/butch.html'],
		['Mark', 'http://www.voice-tech.com/linmanfishing/mark.html'],
		['Jimbo', 'http://www.voice-tech.com/linmanfishing/jimbo.html'],
		['James', 'http://www.voice-tech.com/linmanfishing/james.html']
	],
	['Champs', 'http://www.voice-tech.com/linmanfishing/champs.html'],
	['Updates', 'http://www.voice-tech.com/linmanfishing/blog.html'],
	['About', 'http://www.voice-tech.com/linmanfishing/about.html']
];
