<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=35; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=15 // 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="2";
hdrFontColor="white";
hdrBGColor="#6666CC";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#6666CC";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText=">    stick bag    >"; // <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]=["home", "/home.html"] 
ssmItems[1]=["about phil"] //create header
ssmItems[2]=["biography", "/bio.html", ""]
ssmItems[3]=["discography", "/disc.html",""]
ssmItems[4]=["phil's setup", "/setup.html", ""]
ssmItems[5]=["influences", "/influences.html", ""]
ssmItems[6]=["schedule", "/gigs.html", ""]

ssmItems[7]=["sights &amp; sounds", "", ""]//create header
ssmItems[8]=["pictures", "/pictures.html", "", ""]
ssmItems[9]=["music", "/music.html", "", ""]
ssmItems[10]=["video", "/video.html", ""]

ssmItems[11]=["the green room", "", ""]//create header
ssmItems[12]=["discussions", "/wwwboard/index.html", ""]

ssmItems[13]=["learning", "", ""]//create header
ssmItems[14]=["lessons", "/lessons.html", ""]
ssmItems[15]=["resources", "/resources.html", ""]

ssmItems[16]=["credits", "", ""]//create header
ssmItems[17]=["thanks", "/thanks.html", ""]
buildMenu();

//-->