<!--
/* (¯`·.¸¸.·´¯`FLOCCHI´¯`·.¸¸.·´¯)® - all right reserved        */
YOffset=150;
XOffset=0;
staticYOffset=30;
slideSpeed=15
waitTime=100;
menuBGColor="#FFFFCC";
menuIsStatic="yes"; 
menuWidth=150; // Must be a multiple of 10
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="66FFFF";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="FFFFCC";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; 
barText="MENU PRINCIPALE"; // <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]=["SEZIONI"] 
ssmItems[1]=["lontra", "lontra.htm"]
ssmItems[2]=["vacanze", "vacanze.htm"]
ssmItems[3]=["NAVIGAZIONE"]
ssmItems[4]=["motori di ricerca", "search.htm", ""]
ssmItems[5]=["indietro", "javascript:onclick=history.go(-1)", "",1,"no"]
ssmItems[6]=["avanti", "javascript:onclick=history.go(+1)", "",1]
buildMenu();
//-->