﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'bw':150,'bt':36},
		['Links', 'Links.html'],
		['Lakefront Living At Its Best', 'LakefrontLiving.html']
	],
	['Location', 'Location.html', {'bw':150,'bt':36},
		['Site Plan', 'SitePlan.html'],
		['Boat Berths', 'BoatBerths.html'],
		['Why Mitchell\'s Bay', 'WhyMBay.html'],
		['Community Info', 'http://www.mitchellsbay.com', {'tw':'_blank','sb':'Opens In A New Window'}]
	],
	['Homes of Dover Shores', 'Homes.html', {'bw':150,'bt':36},
		['Virtual Tours', 'VirtualTours.html'],
		['Streetscape & Beaches', 'Streetscape.html'],
		['Marina', 'Marina.html'],
		['Building Lots', 'BuildingLots.html']
	],
	['Listing Agent', null, {'bw':150,'bt':36, 'tw':'_blank','sb':'Opens In A New Window'},
		['Local Builder', 'http://www.boumabuilders.com', {'tw':'_blank','sb':'Opens In A New Window'}]
	],
	['Request Info', 'RequestInfo.html', {'bw':150,'bt':36},
		['For Investors Only', 'InvestorsOnly.html']
	],
	['Contact Us', 'ContactUs.html', {'bw':150,'bt':36},
		['E-mail', 'mailto:royinv@ciaccess.com']
	]
];
