
/* --- menu items --- */
var MENU_ITEMS = [
		
	['Home','default.asp'],
	['About Park Shore','',null,
	['Tour the Community','tourthecommunity.asp'],
	['History','about.asp']],
	['Things to do','',null,
	['Community Events','communityevents.asp'],
	['Recreation','recreation.asp'],
	['Shopping','shopping.asp']],
	['Lifestyles','lifestyles.asp'],
	['Real Estate','',null,
	['Search Listings','homesforsale.asp'],
	['Open Houses','http://www.premier-properties.com/openhouse.asp'],
	['Rentals','http://www.rentnaples.com'],
	['Boat Docks','boatdocks.asp']],
	['Contact Us','contactus.asp']
	
];
	