var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:375px; background:#5E7482', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["Get Ready for High School", "http://www.learndoearn.org/new/MS.html"], 	
	["High School: Academic Achievement", "http://www.learndoearn.org/lde/world-class.asp"],	
	["High School: Work Ethic and Work Readiness", "http://www.learndoearn.org/lde/SchoolCounts.asp"],	
	["High School: Financial Literacy and Employability", "http://www.learndoearn.org/lde/WTM.asp"] //no comma following last entry!
	]

var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:300px; background:#c3c2c2', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Career Webinars", "http://www.learndoearn.org/lde/archived-webinars.html"],
	["Benchmark Assessments in Mathematics", "http://www.learndoearn.org/lde/MathChallenge.asp"],
	["Computer Proficiency Assessments", "http://www.technologychallenge.com"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:375px; background:#5E7482', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
	["Parents", "http://www.learndoearn.org/for-parents.asp"],
	["Employers", "http://www.learndoearn.org/for-employers.asp"] //no comma following last entry!
]