var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["On Television", "http://www.youtube.com/user/BobbyAssadourian/"],
	["On Radio", "radio.htm"],
	["Magazine Column", "silvergold.htm", "efc"],
	["Newspaper Column", "http://www.msnbc.com/"],
	["Have a question for Bob?", "f.a.q.s..htm"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:175px; background#C0C0C0', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["On Television", "http://www.youtube.com/user/BobbyAssadourian/"],
	["On Radio", "radio.htm"],
	["Magazine Column", "silvergold.htm", "efc"],
	["Newspaper Column", "bct.htm"],
	["Have a question for Bob?", "f.a.q.s..htm"] //no comma following last entry!
]



var anylinkmenu3a={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenu3a.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3a.items=[
	["On Television", "http://www.youtube.com/user/BobbyAssadourian/"],
	["On Radio", "radio.htm"],
	["Magazine Column", "silvergold.htm", "efc"],
	["Newspaper Column", "http://www.msnbc.com/"],
	["Have a question for Bob?", "f.a.q.s..htm"] //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!
]
