YOffset=0; // Height
XOffset=0;
staticYOffset=0; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#3C3C3C";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=50; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="black";
hdrAlign="center";
hdrVAlign="top";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="1";
linkBGColor="#ffffff";
linkOverBGColor="#66ccff";
linkTarget="_top";
linkAlign="Left";
linkHeight="15";
barBGColor="Black";
barFontFamily="ARIAL";
barFontSize="3";
barFontColor="#FFFFFF";
barVAlign="top";
barWidth=0; // no quotes!!
barText=">"; // <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]=["[:)#"] 

buildMenu();

//-->
