<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=148; // no quotes!!
XOffset=15;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=400; // 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=1;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#993333";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="#666666";
linkOverBGColor="#FF9900";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="arial";
barFontSize="2";
barFontColor="red";
barVAlign="center";
barWidth=48; // no quotes!!
barText="SIDE 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]=[""] //create header
ssmItems[1]=["Home", "index.asp", ""]
ssmItems[2]=["Negozio", "tour.asp",""]
ssmItems[3]=["Strumenti Nuovi", "browse.asp?cat=1&path=1&Parent=1", ""]
ssmItems[4]=["Strumenti Usati", "browse.asp?cat=1000&path=1000&Parent=1000", ""]
ssmItems[5]=["Edizioni Musicali", "browse.asp?cat=2000&path=2000&Parent=2000", ""]
ssmItems[6]=["Annunci", "annuncihome.asp", ""]
ssmItems[7]=["Musicisti", "musicisti.asp", ""]
ssmItems[8]=["Contatti", "contatti.asp", ""]
ssmItems[9]=["Carrello", "cart.asp", ""]
ssmItems[10]=[""]

buildMenu();

//-->