<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=25; // no quotes!!
XOffset=4;
staticYOffset=80; // 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="#4A6B5A";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=130; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#4A6B5A";
hdrBGColor="#4A6B5A";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#B5BDBD";
linkOverBGColor="#B5BDBD";
linkTarget="main";
linkAlign="Left";
barBGColor="#4A6B5A";
barFontFamily="Book Antiqua";
barFontSize="1";
barFontColor="#4A6B5A";
barVAlign="center";
barWidth=14; // no quotes!!
barText="ĞIL 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]=["Masia Granito", "", ""] //create header
ssmItems[1]=["Home Page", "index.html", "_parent"]
ssmItems[2]=["I Nostri Lavori", "", ""]//create header
ssmItems[3]=["Laboratorio", "laboratorio.htm", "_parent"]
ssmItems[4]=["Il Granito", "ilgranito.htm", "_parent"]
ssmItems[5]=["Dove Siamo", "", ""]//create header
ssmItems[6]=["La Nostra Mappa", "lamappa.htm","_parent"] 
ssmItems[7]=["Per Informazioni", "", ""] //create header
ssmItems[8]=["Modulo Richieste", "contatti.htm", "_parent"]
ssmItems[9]=["Elba Informazioni", "", ""] //create header
ssmItems[10]=["Elba@home", "http://www.elbahome.com", "_blank"]

buildMenu();

//-->

