<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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="#660000";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=3;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#660000";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkFontColor="yellow"
linkBGColor="#999999";
linkOverBGColor="white";
linkTarget="_top";
linkAlign="center";
barBGColor="#660000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Open Here"; // <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]=["            "]
ssmItems[1]=["Staff Home","staff.asp","_self"]
ssmItems[2]=["DEPARTMENTS"] //create header
ssmItems[3]=["English", "staff.asp?dept=English", "_self"]
ssmItems[4]=["Math", "staff.asp?dept=Math","_self"]
ssmItems[5]=["Science", "staff.asp?dept=Science", "_self"]
ssmItems[6]=["Social Studies", "staff.asp?dept=Social Studies", "_self"]
ssmItems[7]=["Computer Tech", "staff.asp?dept=Computer Tech", "_self"]
ssmItems[8]=["Voc-Tech", "staff.asp?dept=Voc-Tech", "_self"]
ssmItems[9]=["Music", "staff.asp?dept=Music", "_self"]//    , , ""] //create two column row
ssmItems[10]=["Special Ed", "staff.asp?dept=Special Ed", "_self"]
ssmItems[11]=["Foreign Language","staff.asp?dept=Foreign Language","_self"]
ssmItems[12]=["Phys. Ed","staff.asp?dept=Phys. Ed","_self"]
ssmItems[13]=["JROTC","staff.asp?dept=JROTC","_self"]
ssmItems[14]=["Guidance","staff.asp?dept=Guidance","_self"]
ssmItems[15]=["Library","staff.asp?dept=Library","_self"]
ssmItems[16]=["Aides","staff.asp?dept=Aide","_self"]
ssmItems[17]=["Clerical Staff","staff.asp?dept=Clerk","_self"]
ssmItems[18]=["Security","staff.asp?dept=Security","_self"]
ssmItems[19]=["           "]

buildMenu();

//-->
