

var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:175px;text-align:left', linktarget:'_parent'} //Second menu variable. Same precaution.
anylinkmenu1.items=[
	["History & Mission", "http://www.beekley.com/About/index.asp#HM"],
	["Manufacturing Standards", "http://www.beekley.com/About/index.asp#MS"],
	["News Room", "http://www.beekley.com/newsroom.asp"],
	["FAQS", "http://www.beekley.com/About/index.asp#FAQ"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:250px;text-align:left', linktarget:'_parent'} //Third menu variable. Same precaution.
anylinkmenu2.items=[

	["Products Beekley Is Interested In", "http://www.beekley.com/InventorInfo/index.asp#PRODUCTS"],
	["Our Evaluation Process", "http://www.beekley.com/InventorInfo/index.asp#EVALUATION"],
	["Entering An Official Partnership", "http://www.beekley.com/InventorInfo/index.asp#PARTNERSHIP"] //no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:170px;text-align:left', linktarget:'_parent'} //Forth menu variable. Same precaution.
anylinkmenu3.items=[

	["Working At Beekley", "http://www.beekley.com/Careers/index.asp#WORKING"],
	["Available Positions", "http://www.beekley.com/Careers/index.asp#POSITIONS"],
	["Internship Opportunities", "http://www.beekley.com/Careers/index.asp#INTERNSHIPS"],
	["More About Beekley", "http://www.beekley.com/Careers/index.asp#MORE"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:143px;text-align:left', linktarget:'_parent'} //Fifth menu variable. Same precaution.
anylinkmenu4.items=[
	["In the US", "http://www.beekley.com/Contact/index.asp#USA"],
	["In Canada", "http://www.beekley.com/Contact/index.asp#CAN"],
	["International ", "http://www.beekley.com/Contact/index.asp#INTL"],
	["FAQS", "http://www.beekley.com/Contact/index.asp#FAQ"] //no comma following last entry!
]

