var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:'content'} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["History", "about.htm"],
	["Our Team", "about_team.htm"],
	["What We Do", "#"],
	["Contact Us", "#"],
	["In the News", "about_media.htm"],
["Press Releases", "about_press.htm"],
["Policies", "about_policies.htm"]
 //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:'content'} //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=[
	["History", "about.htm"],
	["Our Team", "about_team.htm"],
	["Contact Us", "about_contact.htm", "efc"],
	["In the News", "about_media.htm"],
["Press Releases", "about_press.htm"],
["Policies", "about_policies.htm"] //no comma following last entry!
]


var anylinkmenu4={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'content'} //Third menu variable. Same precaution.
anylinkmenu4.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu4.items=[
	["Schedule", "grouproom_schedule.htm"],
	["Radio Stations", "grouproom_find.htm"],
	["Participate", "grouproom_participate.htm", "efc"],
	["Past Shows", "grouproom_archives.htm"],
["Feedback", "grouproom_feedback.htm"],
["Message Board", "phorum/"] //no comma following last entry!
]

var anylinkmenu5={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'content'} //Third menu variable. Same precaution.
anylinkmenu5.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu5.items=[
	["Alphabetical", "cgi-bin/resources.cgi?alpha=1"],
	["USA Advocacy", "cgi-bin/resources.cgi?support=1"],
	["International", "cgi-bin/resources.cgi?international=1", "efc"],
	["Disease Types", "cgi-bin/resources.cgi?disease=1"],
["Treatment Ctrs", "cgi-bin/resources.cgi?treatment=1"],
["For Children", "cgi-bin/resources.cgi?children=1"] //no comma following last entry!
]

