// JavaScript Document
var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:145px; background:#ffffff; margin:0 auto', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Who Are We", "priorities.php"],
	["Accomplishments", "accomplishments.php"],
	["Our Schools", "schools.php"],
	["Board of Directors", "bod.php"],
	["Fiscally Sponsored Programs", "fiscalagents.php"],
	["Contact Us", "contact.php"]
	//no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:240px; background:#ffffff; margin:0 auto', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
	["Make a Gift Now", "gift.php"],
	["Leave a Legacy", "legacy.php"]
	//no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#ffffff; margin:0 auto', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu3.items=[
	["News", "news.php"],
	["Events", "events.php"],
	["Newsletter", "newsletter.php"],
	["Superintendent's Message", "../si_message.php"]
	//no comma following last entry!
]
