<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=120; // no quotes!!
XOffset=10;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=600; // 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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="4";
hdrFontColor="white";
hdrBGColor="#5E6884";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="verdana";
linkFontSize="3";
linkBGColor="#C2CAD6";
linkOverBGColor="#C7EEB9";
linkTarget="_top";
linkAlign="center";
barBGColor="#6B92CB";
barFontFamily="verdana";
barFontSize="5";
barFontColor="black";
barVAlign="center";
barWidth=30; // no quotes!!
barText=" JUMP 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]=["Menu"] //create header
ssmItems[1]=["SALocal Frontpage", "http://www.salocal.com/salocal/safp.htm", ""]
ssmItems[2]=["Message Boards", "http://www.salocal.com/cgi-bin/teemz/teemz.cgi",""]
ssmItems[3]=["Government Links", "http://www.salocal.com/salocal/salnks/salnks.htm", ""]

ssmItems[4]=["Local Art", "http://www.salocal.com/salocal/localart/salocal-art.htm", ""]
ssmItems[5]=["TV-Movies", "http://www.salocal.com/entrtnmnt/movies-tv.htm", ""]

ssmItems[6]=["Your Website", "http://www.salocal.com/ywsh/ywsh.htm", ""]
ssmItems[7]=["SohcCBs", "http://www.sohccbs.com", ""]
ssmItems[8]=["", "", ""] //create header


buildMenu();

//-->