var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:160px; background: #006cd1' , linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Profile", "profile.php"],
	["Preamble", "preamble.php"],
	["Message from ISPER", "message.php"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:220px; background: #006cd1', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
	["On Going Research Projects", "research_ongoing.php"],
	["Completed research Projects", "research_completed.php"] //no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:170px; background: #006cd1', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu3.items=[
	["Journals", "journals.php"],
	//["Reports", "reports.php"],
	["Seminar Proceedings &amp; &nbsp;Recommendations", "proceeding.php"],
	["Books", "books.php"]//no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:180px; background: #006cd1', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu4.items=[
	["ISPER Council", "council.php"],				
	["ISPER Staff", "staff.php"]//no comma following last entry!
]


var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'width:140px; background: #006cd1', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu5.items=[
	["Advisory &nbsp;Services", "projects_advisory.php"],
	["Other Projects", "other_projects.php"]//no comma following last entry!
]


