var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:110px;', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["AYR Calendar", "http://www.alexyrs.org/calendar/"],
	//["AYR Gallery", "#"],
	["AYR Blog", "http://www.alexyrs.org/news"]
	//["RSS Feeds", "#"],
	//["JavaScript Reference", "http://www.javascriptkit.com/jsref/"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:200px;', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Email Chair: Elizabeth Lauten", "mailto:chair@alexyrs.org"],
  ["Email Treasurer: Kate Bailey", "mailto:treasurer@alexyrs.org"],
  ["Email Secretary: Robert Thorsen", "mailto:secretary@alexyrs.org"]//no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:155px;', linktarget:''} //3rd menu variable. Same precaution.
anylinkmenu3.items=[
	["AYR Links", "http://www.alexyrs.org/links.html"],
	["Call Elected Officials", "http://www.gop.com/ActionCenter/ElectedOfficials/?Type=Call"],
	["Call Talk Radio", "http://www.gop.com/ActionCenter/CallTalkRadio/"],
	["Register to Vote", "http://www.gop.com/ActionCenter/RegisterToVote/RegistrationInformation.aspx"],
	["Volunteer", "mailto:Grassroots@AlexYrs.org"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:155px;', linktarget:''} //34th menu variable. Same precaution.
anylinkmenu4.items=[
	["AYR Gallery", "http://www.alexyrs.org/Gallery.html"] //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!
]*/

