var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["History", "http://www.ctanweb.org/about.php"],
	["Mission & Goals", "http://www.ctanweb.org/about/mission.php"],
	["Member Organizations", "http://www.ctanweb.org/about/member_orgs.php"],
	["Becoming a Member", "http://www.ctanweb.org/about/member_info.php"],
	["Contact Us", "mailto:contactctan@gmail.com"] //no comma following last entry!
]



var anylinkmenu2={divclass:'training', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Advocacy", "http://www.ctanweb.org/committees/advocacy.php"],
	["Breakfast of Champions", "http://www.ctanweb.org/committees/boc.php"],
	["CTAN University", "http://www.ctanweb.org/committees/ctan_u.php"],
	["Communication", "http://www.ctanweb.org/committees/communication.php"],
	["Emerging Leaders", "http://www.ctanweb.org/committees/el.php"],  //no comma following last entry!
	["Executive", "http://www.ctanweb.org/committees/executive.php"],
	["Membership", "http://www.ctanweb.org/committees/membership.php"]  //no comma following last entry!
	
]


var anylinkmenu3={divclass:'prof_dev', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["CTAN Annual Conference", "http://www.ctanweb.org/committees/ctan_u.php"],
	["NAA Annual Conference", "http://www.ctanweb.org/training/naa.php"],
	["Youth Program Quality Trainings", "http://www.ctanweb.org/training/ypq.php"] //no comma following last entry!
]

var anylinkmenu4={divclass:'news', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["Calendar of Events", "http://www.ctanweb.org/calendar.php"],
	["Youth Services Mapping", "http://www.ctanweb.org/resources/ysm.php"],
	["Ready by 21 Coalition", "http://www.ctanweb.org/resources/rb21.php"],
	["Your Community Guide", "http://www.yourcommunityguide.org/"],
	["Job Postings", "http://www.ctanweb.org/resources/emp.php"],
	["Membership Meeting Notes", "http://www.ctanweb.org/meetings/index.php"]  //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=[
	["Events", "#"],
	["NAA", "#"],
	["Lights On", "#"],
	["Sign Up for our eBlast", "#"]  //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!
]*/
