<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=2; // no quotes!!
XOffset=0;
staticYOffset=0; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=25; // 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=180; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF33";
linkTarget="_top";
linkAlign="Left";
barBGColor="#CC0000";
barFontFamily="Arial";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="CLICK"; // <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]=["CLASS Skins Menu"] //create header _parent 
ssmItems[1]=["A: Sunday", "http://www.slulbhsbatch81.org/ClassA.asp", "_blank"]
ssmItems[2]=["B: Monday", "http://www.slulbhsbatch81.org/ClassB.asp","_blank"]
ssmItems[3]=["Colts: Tuesday", "http://www.slulbhsbatch81.org/ClassC.asp", "_blank"]
ssmItems[4]=["Discoverers: Wednesday", "http://www.slulbhsbatch81.org/ClassD.asp", "_blank"]
ssmItems[5]=["E: Thursday", "http://www.slulbhsbatch81.org/ClassE.asp", "_blank"]
ssmItems[6]=["F: Friday", "http://www.slulbhsbatch81.org/ClassF.asp", "_blank"]
ssmItems[7]=["Science: Saturday", "http://www.slulbhsbatch81.org/ClassS.asp", "_blank"]


buildMenu();

//-->