<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // 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="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="30";
linkFontFamily="Book Antiqua";
linkFontSize="3";
linkBGColor="white";
linkOverBGColor="#CBC5E4";
linkTarget="_top";
linkAlign="Left";
barBGColor="white";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=30; // no quotes!!
barText="< visita <"; // <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]=["<u><b>Menù</u></b>", "../../index_it.html",""]
ssmItems[1]=["<u><b>Lingue</u></b>", "../../index.html",""]
ssmItems[2]=["<u><b>Contatto</u></b>", "../sommaire/contact.html",""]

buildMenu();

//-->
