<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=750; // no quotes!!
staticYOffset=7; // no quotes!!
XOffset=70; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=600; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuIsStatic="yes";
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="black";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#cccccc";
linkTarget="_top";
linkAlign="left";
barFontFamily="Verdana";
barFontSize="+1";
barFontColor="black";
barVAlign="center";
barWidth=170; // no quotes!!
barText='<A href="#top"><img src="/images/to_top.jpg" border=0></A>' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addItem("  Return to Top", "#top", "");

buildMenu();

//-->