var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
                ["Overview", "http://www.kapparichmondva.org/index.php/site/fraternity/"],
	["History", "http://www.kapparichmondva.org/index.php/site/history/"],
	["Founders", "http://www.kapparichmondva.org/index.php/site/founders/"],
	["Leadership", "http://www.kapparichmondva.org/index.php/site/leadership/"],
        ["Provinces", "http://www.kapparichmondva.org/index.php/site/provinces/"],
	["Membership", "http://www.kapparichmondva.org/index.php/site/membership/"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu2" is a unique name!
anylinkmenu2.items=[
	["Overview", "http://www.kapparichmondva.org/index.php/site/chapter/"], 
                ["Chapter Committees", "http://www.kapparichmondva.org/index.php/site/committees/"], 
                ["Chapter Newsletter", "http://www.kapparichmondva.org/index.php/site/newsletter/"] //no comma following last entry!
]


var anylinkmenuA={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenuA.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 anylinkmenuB={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"
anylinkmenuB.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!
]
