<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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="#6b543a";
menuIsStatic="no"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="serif";
hdrFontSize="2";
hdrFontColor="Black";
hdrBGColor="#5c462b";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="serif";
linkFontSize="2";
linkBGColor="#9b8265";
linkOverBGColor="#6f583e";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="serif";
barFontSize="3";
barFontColor="#6d573d";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Navigate"; // <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]=["Music"] //create header
ssmItems[1]=["Max/MSP", "#", "", 1, "no"] //create two column row
ssmItems[2]=["PureData", "#","", 1]
ssmItems[3]=["Jazz", "http://www.tinysongs.net/Jazz.html", "", 1, "no"]
ssmItems[4]=["Arranging", "#", "", 1]
ssmItems[5]=["Technology"]
ssmItems[6]=["Open Source", "http://www.tinysongs.net/opensource.html", ""]
ssmItems[7]=["Linux", "http://www.tinysongs.net/linux.html", "", 1, "no"] 
ssmItems[8]=["OSX", "#", "", 1]
ssmItems[9]=["Hardware", "#", ""]
ssmItems[10]=["Home", "http://www.tinysongs.net/home.html", ""]
ssmItems[11]=["Saxophone", "http://www.tinysongs.net/saxophone.html", ""]
ssmItems[12]=["Contact", "mailto:matt@tinysongs.net", ""]

buildMenu();

//-->

