var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Home", "index.htm/"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FFFFFF', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Program Overview", "program_overview.htm"],
	["Features & Benefits", "features_benefits.htm"],
	["How ICBRNE Works", "how_icbrne_works.htm"],
	["Why Create ICBRNE?", "why_created.htm"]	 //no comma following last entry!
]


var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FFFFFF', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["Demo Videos", "videos.htm"],
	["ICBRNE Photos", "photos.htm"] //no comma following last entry!
]


var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FFFFFF', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["Events Calendar", "calendar.htm"],
	["Recent News", "news.htm"] //no comma following last entry!
]

var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FFFFFF', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu5.items=[
	["About the Testbed", "testbed_about.htm"],
	["Testbed Login", "https://icbrne.info/icbrnewiki"],
	["Quick Links", "testbed_quicklinks.htm"] //no comma following last entry!
]
