var students={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
students.items=[
	["High School", "http://www.falmouthschools.org/hs/fhsweb/index.cfm?page=students_content.cfm&id=140"],
	["Middle School", "http://www.falmouthschools.org/middleschool/fmsweb/index.cfm?page=students_content.cfm&id=117"],
	["Elementary Schools", "http://www.falmouthschools.org/elementary/lunt_web/index.cfm?page=index_content.cfm&id=166"]
	 //no comma following last entry!
]



var parents={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:''} //Second menu variable. Same precaution.
parents.items=[
	["Bus Information", "http://www.falmouthschools.org/Busses/busses/index.cfm?page=index_content.cfm&id=169"],
	["High School", "http://www.falmouthschools.org/hs/fhsweb/index.cfm?page=parent_content.cfm&id=134"],
	["Middle School", "http://www.falmouthschools.org/middleschool/fmsweb/index.cfm?page=parent_content.cfm&id=121"],
	["Elementary Schools", "http://www.falmouthschools.org/elementary/plummerweb/index.cfm?page=parent_content.cfm&id=156"]
]



var teachers={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:''} //Second menu variable. Same precaution.
teachers.items=[
	["District Resources", "http://www.falmouthschools.org/StaffResources/staffresources_web/index.cfm?page=index_content.cfm&id=203"],
	["Start Page", "http://www.falmouthschools.org/start/"],
	["Frequently Asked Questions", "http://www.falmouthschools.org/applications/FAQ/unsecurefaq/secure_start.cfm"],
	["High School", "http://www.falmouthschools.org/hs/fhsweb/index.cfm?page=staff_content.cfm&id=125"],
	["Middle School", "http://www.falmouthschools.org/middleschool/fmsweb/index.cfm?page=staff_content.cfm&id=127"],
	["Elementary Schools", "http://www.falmouthschools.org/elementary/plummerweb/index.cfm?page=staff_content.cfm&id=128"]
]

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!
]