<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=270; // no quotes!!
XOffset=0;
staticYOffset=20; // 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="White";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=130; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="-7";
hdrFontColor="black";
hdrBGColor="#F8E0A6";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="-7";
linkBGColor="white";
linkOverBGColor="#9AF30D";
linkTarget="_top";
linkAlign="Left";
barBGColor="#A6C1EA";
barFontFamily="Verdana";
barFontSize="-7";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText="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]=["Home", "http://home.graffiti.net/fortress_productions:graffiti.net/main.html", ""]
ssmItems[2]=["Archives", "http://home.graffiti.net/fortress_productions:graffiti.net/archives/",""]
ssmItems[3]=["Programming", "http://home.graffiti.net/fortress_productions:graffiti.net/programming/", ""]
ssmItems[4]=["Chess", "http://home.graffiti.net/fortress_productions:graffiti.net/chess/", ""]
ssmItems[5]=[" ", " ", " "]
ssmItems[6]=["About", "http://home.graffiti.net/fortress_productions:graffiti.net/about.html", ""]
ssmItems[7]=["Search", "http://home.graffiti.net/fortress_productions:graffiti.net/search.html", " "]
ssmItems[8]=["Disclaimer", "http://home.graffiti.net/fortress_productions:graffiti.net/disclaimer.html", ""]
ssmItems[9]=["Feedback", "", ""] //create header
ssmItems[10]=["Sign Guestbook", "http://home.graffiti.net/fortress_productions:graffiti.net/guestbook.html", ""]
ssmItems[11]=["Webmaster", "mailto:infest997@musician.org", ""]
ssmItems[12]=["Contact", "http://home.graffiti.net/fortress_productions:graffiti.net/contact/", ""]

buildMenu();

//-->