﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', null, null,
		['Photo Tour', 'PhotoTour.html'],
		['Links', 'Links.html']
	],
	['Real Estate', null, null,
		['Dover Shores At Mitchell\'s Bay', 'http://www.dovershores.com', {'tw':'_blank'}],
		['Rosaire Cartier', 'Rosaire.html', {'tw':'_blank'}],
		['Wayne Liddy', 'WayneLiddy.html', {'tw':'_blank'}],
		['Bouma Builders', 'http://www.boumabuilders.com', {'tw':'_blank'}],
		['Cottage For Sale', 'TaylorStCottage.html', {'tw':'_blank'}]
	],
	['Camping & Cabins', null, null,
		['Mitchell\'s Bay Marine Park', 'http://www.mitchellsbaymarinepark.com', {'tw':'_blank'}],
		['Waterway Camp', 'http://www.waterwaycamp.com/', {'tw':'_blank'}],
		['Parkside Cabins', 'Parkside.html', {'tw':'_blank'}],
		['Garden Patch Cabins', 'http://www.gardenpatchcabins.com/', {'tw':'_blank'}]
	],
	['Rooms & Cottages For Rent', null, null,
		['A Stay At The Bay', 'http://www.astayatthebay.ca', {'tw':'_blank'}],
		['Rooms by the Bay Bait & Variety', 'MbayVariety.html', {'tw':'_blank'}],
		['Gilbert\'s Lakeside Cottage', 'Gilberts.html', {'tw':'_blank'}],
		['Dity\'s at the Bay', 'Ditys.html', {'tw':'_blank'}],
		['Doc\'s by the Bay', 'Docs.html', {'tw':'_blank'}],
		['Cadotte REX XIV', 'CadotteREX14.html', {'tw':'_blank'}],
		['Home Away From Home', 'HomeAwayFrom.html', {'tw':'_blank'}],
		['Benn Family Cottage', 'BennHouse.html', {'tw':'_blank'}],
		['Garden Patch Cabins', 'http://www.gardenpatchcabins.com/', {'tw':'_blank'}]
	],
	['Activities', null, null,
		['Mitchell\'s Bay Charters', 'http://www.mitchellsbaycharters.com', {'tw':'_blank'}],
		['Surf Culture Canada Kiteboarding', 'http://www.surfculturecanada.ca', {'tw':'_blank'}],
		['CountryView Golf Course', 'Countryview.html', {'tw':'_blank'}],
		['Waterway Camp', 'http://www.waterwaycamp.com/', {'tw':'_blank'}],
		['Mitchell\'s Bay Marine Park', 'http://www.mitchellsbaymarinepark.com', {'tw':'_blank'}]
	],
	['Fishing & Hunting', null, null,
		['Mitchell\'s Bay Charters', 'http://www.mitchellsbaycharters.com', {'tw':'_blank'}],
		['Waterway Camp', 'http://www.waterwaycamp.com/', {'tw':'_blank'}],
		['Mitchell\'s Bay Marine Park', 'http://www.mitchellsbaymarinepark.com', {'tw':'_blank'}],
		['A Stay At The Bay', 'http://www.astayatthebay.ca', {'tw':'_blank'}],
		['Rooms By The Bay', 'MbayVariety.html', {'tw':'_blank'}],
		['Dity\'s by the Bay', 'Ditys.html', {'tw':'_blank'}],
		['Doc\'s at the Bay', 'Docs.html', {'tw':'_blank'}],
		['Gilbert\'s Lakeside Cottage', 'Gilberts.html', {'tw':'_blank'}],
		['Taylor St. Cottage', 'TaylorStCottage.html', {'tw':'_blank'}],
		['Cadotte REX XIV', 'CadotteREX14.html', {'tw':'_blank'}],
		['Garden Patch Cabins', 'http://www.gardenpatchcabins.com/', {'tw':'_blank'}]
	],
	['Food & Drink', null, null,
		['Bob \'n\' Buoys', 'BobnBuoys.html', {'tw':'_blank'}],
		['Parkside Cabins', 'Parkside.html', {'tw':'_blank'}],
		['Rooms by the Bay', 'MbayVariety.html', {'tw':'_blank'}],
		['CountryView Golf Course', 'Countryview.html', {'tw':'_blank'}]
	]
];
