var programs={divclass:'anylinkmenu', inlinestyle:'width:150px; link:white; background:#ffcc66', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
programs.items=[
	["Overview", "http://www.mchnantucket.org/programs/preschool.php"],
	["Math", "http://www.mchnantucket.org/programs/math.php"],
	["Language", "http://www.mchnantucket.org/programs/language.php"],
	["Sensorial", "http://www.mchnantucket.org/programs/sensorial.php"],
	["Art", "http://www.mchnantucket.org/programs/art.php"],
	["Practical Life", "http://www.mchnantucket.org/programs/practical.php"],
	["Geography/Cultural", "http://www.mchnantucket.org/programs/geography.php"],
	["Science", "http://www.mchnantucket.org/programs/science.php"],
	["Music", "http://www.mchnantucket.org/programs/music.php"]
	 //no comma following last entry!
]

var school={divclass:'anylinkmenu', inlinestyle:'width:150px; color:white; background:#ffcc66', linktarget:''} //Second menu variable. Same precaution.
school.items=[
	["Overview", "http://www.mchnantucket.org/school/overview.php"],
	["Mission & Values", "http://www.mchnantucket.org/school/mission.php"],
	["Typical Day", "http://www.mchnantucket.org/school/day.php"],
	["New Playground", "http://www.mchnantucket.org/school/playground.php"],
	["Upcoming Events", "http://www.mchnantucket.org/school/events.php"],
	["History", "http://www.mchnantucket.org/school/history.php"] //no comma following last entry!
]

var montessori={divclass:'anylinkmenu', inlinestyle:'width:150px; color:white; background:#ffcc66', linktarget:''} //Third menu variable. Same precaution.
 //menu.cols if defined creates columns of menu links segmented by keyword "efc"
montessori.items=[	
	["Philosophy", "http://www.mchnantucket.org/experience/philosophy.php"],
	["The Classroom", "http://www.mchnantucket.org/experience/classroom.php"],
	["Why a Third Year", "http://www.mchnantucket.org/experience/thirdyear.php"],
	["Dr. Montessori", "http://www.mchnantucket.org/experience/founder.php"]
	 //no comma following last entry!
]

var admissions={divclass:'anylinkmenu', inlinestyle:'width:150px; color:white; background:#ffcc66', linktarget:''} //Second menu variable. Same precaution.
admissions.items=[
	["Admissions Process", "http://www.mchnantucket.org/admissions/process.php"],
	["Tuition Rates", "http://www.mchnantucket.org/admissions/tuition.php"],
	["Application Form", "http://www.mchnantucket.org/admissions/application.pdf"],
	["Contact Us", "http://www.mchnantucket.org/admissions/contact.pdf"]
	//no comma following last entry!
]

var giving={divclass:'anylinkmenu', inlinestyle:'width:200px; color:white; background:#ffcc66', linktarget:''} //Second menu variable. Same precaution.
giving.items=[
	["Giving by Donation", "http://www.mchnantucket.org/support/index.php"],
	["Giving of Time", "http://www.mchnantucket.org/support/volunteer.php"],
	["Giving Through Amazon.com", "http://www.mchnantucket.org/support/amazon.php"]
	//no comma following last entry!
]
