var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
 //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:113px; background:#91a4b1', linktarget:'_parent'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Students", "students.html"],
	["Mentors", "mentors.html"],
	["Robot", "robot.html"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:113px; background:#91a4b1', linktarget:'_parent'} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["List", "sponsors.html"],
	["Form", "sponsorform.html"],
	["Brochure", "sponsorinfo.html"] //no comma following last entry!
]



var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:113px; background:#91a4b1', linktarget:'_parent'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["Student Resource Manuel", "files/StudentResourceManuel.pdf"],
	["Eagle Robotics Handbook", "files/Handbook10-22-08final.pdf"],
	["Certification", "files/certification.pdf"] //no comma following last entry!
]



var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'width:113px; background:#91a4b1', linktarget:'_parent'} //Second menu variable. Same precaution.
anylinkmenu5.items=[
	["Recent", "photos.html"],
	["Previous Years", "photos.html"]
]
