<!--/*Configure menu styles belowNOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors*/YOffset=1; // no quotes!!XOffset=0;staticYOffset=30; // no quotes!!slideSpeed=20 // no quotes!!waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.menuBGColor="black";menuIsStatic="yes"; //this sets whether menu should stay static on the screenmenuWidth=150; // Must be a multiple of 10! no quotes!!menuCols=2;hdrFontFamily="verdana";hdrFontSize="3";hdrFontColor="white";hdrBGColor="#006666";hdrAlign="left";hdrVAlign="center";hdrHeight="20";linkFontFamily="Verdana";linkFontSize="3";linkBGColor="white";linkOverBGColor="#99CCCC";linkTarget="_top";linkAlign="Left";barBGColor="#003333";barFontFamily="Verdana";barFontSize="2";barFontColor="white";barVAlign="center";barWidth=20; // no quotes!!barText="PAGE 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]=["Menu"] //create headerssmItems[1]=["Biography", "http://home.comcast.net/~ackeller/Bio.html", ""]ssmItems[2]=["News-Concerts", "http://home.comcast.net/~ackeller/News.html",""]ssmItems[3]=["Compositions", "http://home.comcast.net/~ackeller/Comps.html", ""]ssmItems[4]=["Links", "http://home.comcast.net/~ackeller/Links3.html"]ssmItems[5]=[""]ssmItems[6]=["ScoresPlus MIDI", "http://home.comcast.net/~scoresplus/index.html"]ssmItems[7]=["Teaching", "http://home.comcast.net/~ackeller/teach.html", "", 1, "no"] //create two column rowssmItems[8]=["Email", "mailto:ackeller@comcast.net", "",1]ssmItems[9]=["Photo Gallery", "http://home.comcast.net/~ackeller/Photos.html",""]ssmItems[10]=["", "", ""] //create headerbuildMenu();//-->