/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	
	["Home", "index.htm", null,
			
	],
	
	["Fishing", "fishing.htm", null,
			
		['Lake Simcoe Cams', 'simcoecams.htm'],
		['Lake Activities/Sports', 'activities.htm'],
		['Water Issues', 'environment.htm'],
		['New pictures in the gallery', 'gallery.htm'],
		
	],
	['Marinas/Dest.', null, null,
		['Marina Listings', "Javascript:popup('http://www.omoa.com/marinas_list.asp?reg=5')", null,
						
		],
		['Cruising Destinations', 'destinations.htm', null,
					],
		
		['Suggest a new destination', 'mailto:info@simcoeboater.com'],
	],
	
	
	
	['Maps/Resources', null, null,
		['Simcoe Lake Maps ', 'maps.htm'],
		['Historical Data', 'history.htm'],
		['Lake levels/Ice thickness', 'fishing.htm'],
		['Forums', "Javascript:popup('http://simcoeboater.blogspot.com')"],
		['Weather', "Javascript:popup('http://weatheroffice.ec.gc.ca/marine/marine_e.html?45151')"],
		['Lake CAM', 'simcoecams.htm'],
	['Free competency test', "Javascript:popup('http://www.googleadservices.com/pagead/adclick?adurl=http://www.boaterexam.com/%3Fid%3D46&sa=l&ai=AlZfQjNv1AVJhfcqx0cp9grfD9ubQFDtuBAcj3GgPBwJs6HAAwTJXBUQAMDR44n7_DAwd3dnLzlWbj9WZi9WY0VmcuM2btBQM2ADe2ADMfF2cAAQAAA&num=1&client=ca-pub-2446069085496106')"],
	],
	
["Marine Store", "Javascript:popup('http://astore.amazon.com/simcoeboating-20')", null,
			
	],
	
	['Forums', "Javascript:popup('http://simcoeboater.blogspot.com')", null,
	['Lake Simcoe Boating Forums', "Javascript:popup('http://simcoeboater.blogspot.com')" ],
				
	],
	
	
];
