var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["What's New", "downloads.php?catid=2"],
	["Results", "downloads.php?catid=1"],
	["Common", "page.php?id=3&page=3"] ,
	["Placements", "page.php?id=4&page=4"]  //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
	["Library", ""],
	["Smart Class", ""],
	["Labs", ""],
	["Sports", ""],
	["Bus Service", ""] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu3.items=[
	["Career Guidance", ""],
	["Talent hunting", ""] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu4.items=[
	["Affiliation Status", ""],
	["Managing Committee", ""],
	["Infrastructure", ""],
	["Staff", ""],
	["Students", ""] //no comma following last entry!
]

/*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=[
	["Library", ""],
	["Smart Class", ""],
	["Labs", ""],
	["Sports", ""],
	["Bus Service", "", "efc"],
	["CNN", ""],
	["MSNBC", ""],
	["Google", ""],
	["BBC News", "", "efc"],
	["News.com", ""],
	["SlashDot", ""],
	["Digg", ""],
	["Tech Crunch", ""] //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!
]*/
