var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:140px', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[

	["&nbsp;&nbsp;&nbsp;<font color=white size=1>January</font>", "http://dnote.us/events/2012/Jan.php"], 
	["&nbsp;&nbsp;&nbsp;<font color=white size=1>February</font>", "http://dnote.us/events/2012/Feb.php"], 
	["&nbsp;&nbsp;&nbsp;<font color=white size=1>March</font>", "http://dnote.us/events/2012/March.php"], 
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:140px', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[

	["&nbsp;&nbsp;&nbsp;<font color=white size=1>Salads</font>", "http://dnote.us/menu.php#salads"], 
	["&nbsp;&nbsp;&nbsp;<font color=white size=1>Sandwiches</font>", "http://dnote.us/menu.php#sand"], 
	["&nbsp;&nbsp;&nbsp;<font color=white size=1>Pasta's</font>", "http://dnote.us/menu.php#pasta"], 
	["&nbsp;&nbsp;&nbsp;<font color=white size=1>Pizza</font>", "http://dnote.us/menu.php#pizza"], 
	["&nbsp;&nbsp;&nbsp;<font color=white size=1>Specialty Pizza's</font>", "http://dnote.us/menu.php#spizza"], 
	["&nbsp;&nbsp;&nbsp;<font color=white size=1>Desserts</font>", "http://dnote.us/menu.php#des"], 
	["&nbsp;&nbsp;&nbsp;<font color=white size=1>Kids</font>", "http://dnote.us/menu.php#kids"], 
	["&nbsp;&nbsp;&nbsp;<font color=white size=1>Appetizers</font>", "http://dnote.us/menu.php#app"], 
]



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!
]

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!
]
