<!--

<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#CCCC00";
menuIsStatic="yes";
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#0099FF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="left";
barBGColor="#cccc00";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="white";
barVAlign="top";
barWidth=20; // no quotes!!
barText='Education Menu'// <IMG> tag supported, Ex: '<img src="some.gif" border=0>'
// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addItem("Academy on the Go", "http://www.acnatsci.org/education/outreach.html", "");
addItem("Class Visits", "http://www.acnatsci.org/education/exhibits.html", "");
addItem("Discovery Lessons", "http://www.acnatsci.org/education/lessons.html", "");
addItem("Educational Supplements", "http://www.acnatsci.org/education/supplements.html", "");
addItem("Town Square", "http://www.acnatsci.org/townsquare/index.html", "")
addItem("Know Your Environment", "http://www.acnatsci.org/education/kye/index.html", "");
addItem("Programs", "http://www.acnatsci.org/education/schprog.html", "");
addItem("Registration", "http://www.acnatsci.org/education/registration.html", "");
addItem("Scouting", "http://www.acnatsci.org/kids/scouting.html", "");
addItem("S.E.N.S.E.S.", "http://www.acnatsci.org/education/senses.html", "");
addItem("Special Ed. Programs", "http://www.acnatsci.org/education/special.html", "")
;addItem("Teacher Workshops", "http://www.acnatsci.org/education/teacherworkshops.html", "");
addItem("Staff Directory", "http://www.acnatsci.org/learn/directory.html#education", "");
buildMenu();
//-->
//-->
