<!--

YOffset=80; // no quotes!!
staticYOffset=0; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#003399";
menuIsStatic="yes";
menuWidth=140; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="#003399";
hdrBGColor="#CC9933";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="verdana";
linkFontSize="1";
linkBGColor="#FFFFFF";
linkOverBGColor="#CCCCCC";
linkTarget="_top";
linkAlign="Left";
barBGColor="#003399";
barFontFamily="verdana";
barFontSize="2";
barFontColor="#CC9933";
barVAlign="top";
barWidth=30; // no quotes!!

startMenu("MENU`", "• MENU RAPIDO •")
addItem("• HOMEPAGE", "home.asp", "");
addItem("• CHI SIAMO", "home.asp?url=chisiamo.asp", target="");
addItem("• DOVE SIAMO", "home.asp?url=dovesiamo.asp", target="");
addItem("• CONTATTI", "home.asp?url=contatti.asp", target="");
addHdr("AREE DEL SITO");
addItem("• Foto/Video Gallery", "home.asp?url=gallery.asp", target="");
addItem("• CDA", "home.asp?url=cda.asp", target="");
addItem("• La Palestra", "home.asp?url=palestra.asp", target="");
addItem("• Il Maestro", "home.asp?url=maestro.asp", target="");
addItem("• Gli Allievi", "home.asp?url=allievi.asp", target="");
addItem("• Discipline di Ballo", "home.asp?url=discipline.asp", target="");
addItem("• Orario Corsi", "home.asp?url=corsi.asp", target="");
addItem("• Dicono di noi...", "home.asp?url=diconodinoi.asp", target="");
addItem("• Ricorrenze", "home.asp?url=ricorrenze.asp", target="");
addItem("• Collaboratori", "home.asp?url=collaboratori.asp", target="");
addItem("• Links.. e non solo", "home.asp?url=links.asp", target="");
addItem("• Guestbook", "home.asp?url=guestbook.asp", target="");
addItem("• Scrivi il tuo commento", "home.asp?url=nuovoCommento.asp", target="");
addHdr("AREA WEBMASTER");
addItem("• ACCEDI", "home.asp", "");
endMenu()

//-->
