var livemenu={divclass:'anylinkmenu', inlinestyle:'width: 200px', linktarget:''} 
livemenu.items=[
	["Business Directory", "businessDirectory.php"],
	["List of Area Schools", "schoolList.php"],
	["List of Churches", "churchList.php"],
	["List of Civic Organizations", "civicOrganizations.php"] //no comma following last entry!
]
var workmenu={divclass:'anylinkmenu', inlinestyle:'width: 250px', linktarget:''} 
workmenu.items=[
	["DDA District Map", "PDF/HollyMap.pdf"],
	["Zoning Map", "PDF/ZoningMap.pdf"],
	["Building Exterior Grant Program", "buildingExteriorGrant.php"],
	["Outdoor Dining Grant Program", "outdoorDiningGrant.php"],
	["New Business Welcome Letter", "PDF/NewBizWelcomeLetter.pdf"],
	["Available Property Listing", "availableProperty.php"],
	["Additional Info", "additionalInfo.php"] //no comma following last entry!
]
var enjoymenu={divclass:'anylinkmenu', inlinestyle:'width: 150px', linktarget:''} 
enjoymenu.items=[
	["Shopping Guide", "businessDirectory_categoryIndex.php"],
	["Restaurant Guide", "businessDirectory_foodDining.php"],
	["Recreation", "Recreation.php"],
	["Special Events", "specialEvents.php"],
	["Area Attractions", "areaAttractions.php"] //no comma following last entry!
]
var eventsmenu={divclass:'anylinkmenu', inlinestyle:'width: 255px', linktarget:''} 
eventsmenu.items=[
	["Calendar of Events", "Calendar.php"],
	["DDA Meeting Schedule", "DDAschedule.php"],
	["DDA Committee Meeting Schedule", "committeeSchedule.php"],
	["Village Council Meeting Schedule", "councilSchedule.php"] //no comma following last entry!
]
var resourcesmenu={divclass:'anylinkmenu', inlinestyle:'width: 250px', linktarget:''} 
resourcesmenu.items=[
	["Map and Directions", "mapDirections.php"],
	["Public Parking Map", "publicParking.php"],
	["Links Page", "Links.php"],
	["Recent Press Releases", "pressReleases.php"],
	["Hot Jobs List", "hotJobs.php"],
	["Committee Application", "committeeApplication.php"] //no comma following last entry!	
]
var aboutmenu={divclass:'anylinkmenu', inlinestyle:'width: 250px', linktarget:''} 
aboutmenu.items=[
	["Our Mission", "About.php"],
	["DDA Board of Directors", "DDAboard.php"],
	["DDA Executive Director", "DDAexecDirector.php"],
	["Main Street Committees", "mainStreetCommittees.php"],
	["2009-2010 Work Plan", "PDF/WorkPlan.pdf"],
	["Meeting Minutes", "Minutes.php"],
	["Meeting Agendas", "Agendas.php"] //no comma following last entry!
]