<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=320; // no quotes!!
XOffset=35;
staticYOffset=-10; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="";
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="3";
hdrFontColor="";
hdrBGColor="";

hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="";
linkOverBGColor="";
linkOutBGColor="white";
linkTarget="_top";
linkAlign="left";
barBGColor="";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=0; // no quotes!!
barText=""; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems2[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header

ssmItems2[0]=["<IMG SRC='pointer1.gif' name='pointer' border=0>", "#top", ""]
 //

buildMenu();

//-->
