<!--/*Configure menu styles belowNOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors*/YOffset=100; // no quotes!!staticYOffset=20; // no quotes!!XOffset=20; // no quotes!!slideSpeed=60 // no quotes!!waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.menuBGColor="black";menuIsStatic="yes";menuWidth=190; // Must be a multiple of 10! no quotes!!menuCols=2;hdrFontFamily="arial";hdrFontSize="2";hdrFontColor="black";hdrBGColor="#00FF00";hdrAlign="left";hdrVAlign="center";hdrHeight="20";linkFontFamily="arial";linkFontSize="2";linkBGColor="white";linkOverBGColor="#cccccc";linkTarget="_top";linkAlign="left";barBGColor="black";barFontFamily="arial";barFontSize="3";barFontColor="white";barVAlign="center";barWidth=15; // no quotes!!barText='<img src="http://www.skewedperspective.com/images/23menu.gif" border=0> ' // <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addHdr("23 : 2 : Latest          ");addItem("#10 the last chapter", "http://www.skewedperspective.com/23story2.html", "");addItem("All of 23 Season 2", "http://www.skewedperspective.com/23story2.html", "");addItem("23 News & Home", "http://www.skewedperspective.com/23.html", "");addItem("", "", "");addHdr("23 : 1 : Original Story          ");addItem("web format (large HTML file)", "http://www.skewedperspective.com/23story.html", "");addItem("download text (.doc file)", "http://www.skewedperspective.com/23story.doc", "");addItem("23:Universe Refresher", "http://www.skewedperspective.com/23universe.html", "");addItem("", "", "");addHdr("low.          ");addItem("script in progress (html)", "http://www.skewedperspective.com/low.html", "");addItem("", "", "");addItem("<b>23 Home</b>", "http://www.skewedperspective.com/23.html", "");buildMenu();