var menu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
menu1.items=[
	["ICUM Members", "http://www.icum.org/icum-members.php"],
	["Our Issues", "http://www.icum.org/issues.php"],
	["Why Join?", "http://www.icum.org/whyjoin.php"] //no comma following last entry!
]



var menu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
menu2.items=[
	["Advantages", "http://www.icum.org/advantages.php"],
	["Key Facts", "http://www.icum.org/keyfacts.php"] //no comma following last entry!
]


var menu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
menu3.items=[
	["Members in the News", "http://www.icum.org/news.php"],
	["ICUM News Releases", "http://www.icum.org/releases.php"],
	["Quick Links", "http://www.icum.org/links.php"] //no comma following last entry!
]

             
