<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // 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=250; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#eece9c";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="eece9c";
linkOverBGColor="#996633";
linkTarget="_top";
linkAlign="Left";
barBGColor="#333333";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#eece9c";
barVAlign="center";
barWidth=20; // no quotes!!
barText=">>>"; // <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]=["Kenny Everett: WWWS", "wwwshome.html", ""]
ssmItems[2]=["Syntactic", "syntactic.html", ""]
ssmItems[3]=["David Jackman Text-Pieces", "DJTextPieces.htm", ""]
ssmItems[4]=["Damarge: Southend Band", "damarge.html", ""]
ssmItems[5]=["Record Collection", "listing.html", ""]
ssmItems[6]=["m.i.: cosmic wanderings", "mi.html", ""]
ssmItems[7]=["Organum :: David Jackman", "javascript:OpenOrganum()", ""]
ssmItems[8]=["Les Joyaux De La Princesse", "javascript:OpenLJDLP()", ""]
ssmItems[9]=["TNB: Discog", "tnb_discog.html", ""]
ssmItems[10]=["TROUM: Discog", "Equation_band_troum.html", ""]
ssmItems[11]=["Equation Records", "equation.html", ""]
ssmItems[12]=["FAQ / Links", "javascript:openFAQ()", "", 1, "no"] //create two column row
ssmItems[13]=["Email", "mailto:chronoglidesky@aol.com", "",1]

buildMenu();

//-->