<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=143; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#9cd3ff";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="navy";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Site Menu"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Pre K-Adult"] //create header
ssmItems[1]=["Executive Director Notes", "http://www.sbac.edu/~seccurr/prekadult.htm", ""]
ssmItems[2]=["About Pre K-Adult", "http://www.sbac.edu/~seccurr/aboutus.htm",""]
ssmItems[3]=["Charter Schools", "http://www.sbac.edu/~seccurr/charter.htm", ""]
ssmItems[4]=["Curriculum Development", "http://www.sbac.edu/~seccurr/CurriculumDevelopment.htm", "_new"]
ssmItems[5]=["Project Development", "http://www.sbac.edu/~seccurr/grants.htm", ""]
ssmItems[6]=["School Improvement", "http://www.sbac.edu/~seccurr/charter1.htm", ""]

ssmItems[7]=["SBAC", "http://www.sbac.edu", "", 1, "no"] //create two column row
ssmItems[8]=["Email", "mailto:griffitmr@sbac.edu", "",1]

ssmItems[9]=["EIAP", "", ""] //create header
ssmItems[10]=["Executive Director Notes", "http://www.sbac.edu/~seccurr/curricsvcs.htm", ""]
ssmItems[11]=["About EIAP", "http://www.sbac.edu/~seccurr/aboutuseia.htm", ""]
ssmItems[12]=["ACTE", "http://www.sbac.edu/~seccurr/adulted.htm", ""]
ssmItems[13]=["ESE", "http://www.sbac.edu/~seccurr/ese.htm", ""]
ssmItems[14]=["Family Services", "http://www.sbac.edu/~seccurr/famsvcs.htm", ""]
ssmItems[15]=["Special Programs", "http://www.sbac.edu/~seccurr/comped.htm", ""]
ssmItems[16]=["SBAC", "http://www.sbac.edu", "", 1, "no"] //create two column row
ssmItems[17]=["Email", "mailto:dykesmk@sbac.edu", "",1]
buildMenu();

//-->