<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // no quotes!!
XOffset=5;
staticYOffset=20; // no quotes!!
slideSpeed=15 // no quotes!!
waitTime=1200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="no"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="Arial";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="blue";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="2";
linkFontFamily="Arial";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FF0000";
linkTarget="_top";
linkAlign="Left";
barBGColor="blue";
barFontFamily="Arial";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=6; // no quotes!!
barText=">>> SLIDE 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]=["Slide Menu of Links"] //create header
ssmItems[1]=["Home Page", "http://www.2coolfishing.com", ""]
ssmItems[2]=["TTMB Classic Version", "http://www.2coolfishing.com/cgi-bin/classic.cgi?", ""]
ssmItems[3]=["TTMB Plain Version", "http://www.2coolfishing.com/cgi-bin/plain.cgi?", ""]
ssmItems[4]=["Employment Board", "http://www.2coolfishing.com/cgi-bin/employment.cgi?", ""]
ssmItems[5]=["Free Classifieds", "http://www.2coolfishing.com/cgi-bin/classifieds.cgi?", ""]

buildMenu();

//-->