/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Papagayo Fishing', 'index.htm'],
	['Boats & Rates', 'boats-rates.htm'],
	['Fishing Reports', 'index.htm#REPORTS', null,
		['Actual Fishing Report', 'index.htm#REPORTS'],
		['Fishing Report - Sep and Oct 2009', 'fishing-reports-september-october-2009.htm'],
		['Fishing Report - August 2009', 'fishing-reports-august-2009.htm'],
		['Fishing Report - July 2009', 'fishing-reports-july-2009.htm'],
		['Fishing Report - June 2009', 'fishing-reports-june-2009-01.htm']
	],
	['Roosterfishing', 'roosterfishing.htm'],
	['Fishing Seasons', 'fishing-seasons.htm'],
	['Testimonials', 'testimonials.htm'],
	['Resources', 'resources.htm'],
	['Contact us', 'contact.php']
];

