<!--

/*
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="3777AD"; //colore bordo celle
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=130; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#3777AD"; //colore intestazioni
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_self";
linkAlign="Left";
barBGColor="#444444"; //colore barra visibile
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="LE SEZIONI PIÚ VISITATE"; // <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]=["Link veloci"] //create header
ssmItems[1]=["Home Page", "index.asp", ""]
ssmItems[2]=["Modulistica", "ita/ricmodul.asp", ""]
ssmItems[3]=["G.I.S. Cartografico", "ita/aziende_gis.asp", ""]
ssmItems[4]=["Ricerca aziende", "ita/servizi_attprod.asp", ""]
ssmItems[5]=["Bacheca News", "ita/news.asp?tipo=1", ""]

ssmItems[6]=["Contatti", "ita/contatti.asp", "", 1, "no"] //create two column row
ssmItems[7]=["Email", "mailto:info@suapoleggio.it", "",1]

ssmItems[8]=["Credits", "", ""] //create header
ssmItems[9]=["Leonardo Web Srl", "http://www.leonardoweb.eu", "_blank"]
ssmItems[10]=["CSCI Novara", "http://www.cscinovara.it", "_blank"]

buildMenu();

//-->
