var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:188px; background:#000000', linktarget:'_self'} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["ONESTOP", "/onestop.php"],
	["CAMPUS TOOLKIT", "/toolkit.php"],
	["STUDENT SERVICES", "/services.php"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:188px; background:#000000', linktarget:'_self'} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
	["CAMPUS LIFE", "/campus_life.php"],
	["STUDENT GOVERNMENT", "/council.php"],
	["STUDENT CLUBS", "/clubs.php"],
	["ATHLETICS", "/athletics.php"]
	//no comma following last entry!
]


var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:240px; background:#000000', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["MANAGING YOUR COURSES", "/registrar.php"],
	["RESOURCES FOR YOUR COURSES", "/resources.php"],
	["LIBRARY", "/library.php"] //no comma following last entry!
]


var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:188px; background:#000000', linktarget:'_self'} //Third menu variable. Same precaution.
anylinkmenu4.items=[
	["PAYING YOUR BILL", "/bursar.php"],
	["GETTING FINANCIAL AID", "/financial_aid.php"],
	["MANAGING YOUR MONEY", "/manage.php"]//no comma following last entry!
]

var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'width:180px; background:#666666', linktarget:'_self'} //Third menu variable. Same precaution.
anylinkmenu5.items=[
	["POLICIES & PROCEDURES", "/studlogin.php?width=500&height=350&toUrl=compendium", "lightbox"],
	["GENERAL INFO", "/studlogin.php?width=500&height=350&toUrl=info", "lightbox"]//no comma following last entry!
]

var anylinkmenu6={divclass:'anylinkmenu', inlinestyle:'width:210px; background:#666666', linktarget:'_self'} //Third menu variable. Same precaution.
anylinkmenu6.items=[
	["MY COURSE SCHEDULE", "/studlogin.php?width=500&height=350&toUrl=schedule", "lightbox"],
	["MY TRANSCRIPT", "/studlogin.php?width=500&height=350&toUrl=transcript", "lightbox"],
	["GRADUATION AUDIT", "/studlogin.php?width=500&height=350&toUrl=gradaudit", "lightbox"],
	["MY FINANCIAL AID BREAKDOWN", "/studlogin.php?width=500&height=350&toUrl=finaid", "lightbox"],
	["MY ENROLLMENT LETTER", "/studlogin.php?width=500&height=350&toUrl=enrolletter", "lightbox"],
	["MY STOPS", "/studlogin.php?toUrl=stops&width=500&height=300", "lightbox"],
	["STUDENT CLEARINGHOUSE", "/studlogin.php?toUrl=clear&width=500&height=300", "lightbox"],
	["NJ TRANSIT MONTHLY PASS", "/studlogin.php?toUrl=njtransit&width=500&height=300", "lightbox"],
	["CHANGE MY INFO", "/my_info.php"]
	//no comma following last entry!
]

