var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["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/"] //no comma following last entry!
]



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=[
	["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:200px; background:#D5D5D5', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["Calendar", "calendar.php"],
	["Political Action", "political_action.php"] //no comma following last entry!
]

var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#D5D5D5', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu5.items=[
	["Available Training", "available_training.php"],
	["Ongoing Training", "ongoing_training.php"]

]

var anylinkmenu6={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#D5D5D5', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu6.items=[
	["History of UA", "history_ua.php"],
	["History of Local UA593", "history_ua593.php"]

]

var anylinkmenu7={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#D5D5D5', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu7.items=[
	["Ongoing Projects", "projects.php"]


]

var anylinkmenu8={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#D5D5D5', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu8.items=[
	["FAQ", "faq.php"],
	["Contact an organizer", "contact.php"] //no comma following last entry!
]

var anylinkmenu9={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#D5D5D5', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu9.items=[
	["Links to other sites", "links.php"] //no comma following last entry!
]

var anylinkmenu10={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#D5D5D5', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu10.items=[
	["Return to UA593 Homepage", "index.html"] //no comma following last entry!
]


