var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Our Vision", "/index.php/vision"],
	["Our Network", "/index.php/network"],
	["Our Staff", "/index.php/staff"],
	["Contact Us", "/index.php/contact"],
	["Press", "/index.php/press"] 
]


var anylinkmenua={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenua.items=[
	["Goals & Skills", "/index.php/goals"],
	["Assessments", "/index.php/assessments"],
	["Courses & Strategies", "/index.php/strategies"]
]


var anylinkmenub={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenub.items=[
	["Summer", "/index.php/programs"],
	["Academic Year", "/index.php/programs"]

]

var anylinkmenuc={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenuc.items=[
	["Academy of Digital Arts and Sciences", "/index.php/Academy"],
	["Bio21", "/index.php/Bio21"],
	["Chem21", "/index.php/Chem21"],
	["Digital Media Communication", "/index.php/DMC"],
	["Digital Media Movie Making", "/index.php/DM3"],
	["E-Commerce Entrepreneurship", "/index.php/ECE"],
	["Earth Energy Essentials", "/index.php/E3"],
	["Foundations of Health Science", "/index.php/foundations"],
		["IT Research and Development", "/index.php/ITRD"],
			["Sci-Tech 7", "/index.php/SciTech"]

]

var anylinkmenud={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenud.items=[
	["Curriculum Development", "/index.php/cdev"],
	["Professional Development", "/index.php/pdev"],
	["Speakers", "/index.php/speakers"],
	["Technical Support", "/index.php/techsupport"]
]


var anylinkmenue={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenue.items=[

]






var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //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=[
	["Dynamic Drive", "http://www.dynamicdrive.com/"],
	["CSS Drive", "http://www.cssdrive.com/"],
	["JavaScript Kit", "http://www.javascriptkit.com/"],
	["Coding Forums", "http://www.codingforums.com/"],
	["JavaScript Reference", "http://www.javascriptkit.com/jsref/", "efc"],
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk", "efc"],
	["News.com", "http://www.news.com/"],
	["SlashDot", "http://www.slashdot.com/"],
	["Digg", "http://www.digg.com/"],
	["Tech Crunch", "http://techcrunch.com"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]