<!--

YOffset=0; // Margine dal top al caricamento

staticYOffset=0; // y dopo aver scrollato

slideSpeed=20 // no quotes!!

waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.

menuBGColor="f0f0f0";

menuIsStatic="yes";

menuWidth=180; // larghezza del menu - deve essere multiplo di 10

hdrFontFamily="arial, sans serif";

hdrFontSize="2";

hdrFontColor="#333333";

hdrBGColor="a4a4a4";

hdrAlign="left";

hdrVAlign="center";

hdrHeight="5";

linkOverBGColor="#EBE8EC";

barBGColor="#313131";

barFontFamily="arial, sans serif";

barFontSize="2";

barFontColor="#ffffff";

barVAlign="top";

startMenu("", "  MENU")

addHdr("");

addItem("Home Page", "index.php", "");

addItem("Il Lunedi", "lunedi.php", "");

addItem("La discoteca", "discoteca.php", "");

addItem("Il ristorante", "ristorante.php", "");

addItem("Il parco", "parco.php", "");

addItem("La piscina", "piscina.php", "");

addItem("Eventi", "eventi.php", "");

addItem("Guest", "guest.php", "");

addItem("La Storia", "storia.php", "");

addItem("Dove siamo", "dove.php", "");

addItem("Contatti", "contatti.php", "");

endMenu()

//-->
