var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#92a03f', linktarget:'_self'} //Second menu variable. Same precaution.

anylinkmenu1.items=[

	["Marathon", "marathon.html"],

	["Half Marathon", "half_marathon.html"],

	
			["Race Timing", "race_timing.html"],
		["Race Results", "race_results.html"],
			["Awards", "awards.html"]//no comma following last entry!

]







var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#3da8b7', linktarget:'_self'} //Second menu variable. Same precaution.

anylinkmenu2.items=[

	["Start Area", "start_area.html"],

	["Course Maps", "course_maps.html"],
		["Pace Team", "pace_groups.html"],

	["Training", "training.html"] //no comma following last entry!

]





var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#d1361b', linktarget:'_self'} //Second menu variable. Same precaution.

anylinkmenu3.items=[

	["Packet Pickup", "packet_pickup.html"],

	["Expo", "expo.html"],

	["Pasta Dinner", "pasta_dinner.html"] //no comma following last entry!

]



var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#92a03f', linktarget:'_self'} //Second menu variable. Same precaution.

anylinkmenu4.items=[

	["Where to Stay", "hotels.html"],

	["How to Get Here", "getting_here.html"],
		["Weather Conditions", "weather.html"],
	
		["Weekend Events", "weekend.html"] //no comma following last entry!

]

 



