var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["HOME", "http://www.revolutionbikeshop.org//"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["STRIDA Folding Bike", "http://www.revolutionbikeshop.org/products.html"],
	["IF Mode Bike", "http://www.revolutionbikeshop.org/if.html"],
	["Van Moof Bike", "http://www.revolutionbikeshop.org/moof.html"],
	["Montague Bike", "http://www.revolutionbikeshop.org/montague.html"],
	["Swiss Bike", "http://www.revolutionbikeshop.org/swiss.html"],
	["Strider Kids Bike", "http://www.revolutionbikeshop.org/strider.html"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
	["Documents/Manuals", "http://www.revolutionbikeshop.org/contact.html#docs"],
	["Videos", "http://www.revolutionbikeshop.org/media.html"],
	["Photos", "http://www.revolutionbikeshop.org/media.html#photos"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["Contact", "http://www.revolutionbikeshop.org/contact.html"] //no comma following last entry!
]