/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.enjoymuskoka.com/'],
	['Our Sales Team', 'http://www.enjoymuskoka.com/professionals.htm', null,
		['Bracebridge', 'http://www.enjoymuskoka.com/professionals_bracebridge.htm'],
		['Gravenhurst', 'http://www.enjoymuskoka.com/professionals_gravenhurst.htm']
	],
	['Search Listings', 'http://www.enjoymuskoka.com/search_listings.htm'],
	['Links', 'http://www.enjoymuskoka.com/links.htm'],
	['Virtual Tours', null, null,
		['Bracebridge', null, {'be':['','dTrans(DURATION=0.5)']},
			['Bullock Al & Sally', null],
			['Linda Conway', null],
			['Jim Fife', null],
			['Brian Morrison', null]
		],
		['Gravenhurst', null, null,
			['Brian Guerriero', 'http://www.enjoymuskoka.com/bguerrierotours.htm'],
			['Mary Gauthier', 'http://www.enjoymuskoka.com/mgauthiertours.htm'],
			['Brent Giacomini', 'http://www.enjoymuskoka.com/bgiacominitours.htm'],
			['Jim Pattinson', 'http://www.enjoymuskoka.com/jpattinsontours.htm'],
			['David Reid', 'http://www.enjoymuskoka.com/dreidtours.htm'],
			['Ray Sander', 'http://www.enjoymuskoka.com/rsandertours.htm'],
			['Paul Schofield', 'http://www.enjoymuskoka.com/pschofieldtours.htm']
		]
	],
	['What We Do', 'http://www.enjoymuskoka.com/services.htm'],
	['Contact Us', null, {'bt':24},
		['Bracebridge Office', 'http://www.enjoymuskoka.com/contact_brace.htm'],
		['Gravenhurst Office', 'http://www.enjoymuskoka.com/contact_grav.htm']
	]
];

