<!--

/*
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=40 // no quotes!!
waitTime=160; // 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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="19";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#FFCC33";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="black";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText="ALMENO CREDO"; // <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]=["Visita il MURETTO:"] //create header
ssmItems[1]=["Home Page", "home.htm", ""]
ssmItems[2]=["<b>Pagina 1</b> - #1 a #101", "muretto.htm", ""]
ssmItems[3]=["<b>Pagina 2</b> - #102 a #203", "muretto2.htm",""]
ssmItems[4]=["<b>Pagina 3</b> - #204 a #305", "muretto3.htm", ""]
ssmItems[5]=["<b>Pagina 4</b> - #306 a #407", "muretto4.htm", ""]
ssmItems[6]=["<b>Pagina 5</b> - #408 a #509", "muretto5.htm", ""]
ssmItems[7]=["<b>Pagina 6</b> - #510 a #611", "muretto6.htm", ""]
ssmItems[8]=["<b>Pagina 7</b> - #612 a #713", "muretto7.htm", ""]
ssmItems[9]=["<b>Pagina 8</b> - #714 a #815", "muretto8.htm", ""]
ssmItems[10]=["Pagina 9 - #816 a #917", "muretto9.htm", ""]
ssmItems[11]=["Pagina 10 - #918 a #1019", "muretto10.htm", ""]
buildMenu();

//-->
