var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FFFFFF', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Ride Photos", "../photo.html"],
	["Gazebo Building", "../photo1.html"]
	 //if you need more menus just copy and past the line above.   Make sure to add the comma after all the line except the last line!
 //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:90px; background:#FFFFFF', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Location", "contact.html"],
	["Email Us", "contact.php"]
	 //no comma following last entry!
]

//Below here is not used.  Would only be used if need for a 3rd drop down menu.  Then the // would be removed in front of the next 5 lines below this line.
//	var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:175px; background:#FFFFFF', linktarget:''} //Third menu variable. Same precaution.
//anylinkmenu3.items=[
//	["Ride Photos", "../photo1.html"],
//	["Photos", "../photo2.html"],
//	["Photos", "../photo3.html"]
	//no comma following last entry!


