


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
oncolor="#000000";
offcolor="#FDB231";
onbgcolor="#FDB231";
offbgcolor="#A51A21";
separatorcolor="#FDB231";
serparatorsize=10;
padding=4;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#FDB231";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="/imma/menu/freccia.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.1);Alpha(opacity=95);";
//outfilter="randomdissolve(duration=0.2)";
}

with(menuStyleSub=new mm_style()){
oncolor="#000000";
offcolor="#FDB231";
onbgcolor="#FDB231";
offbgcolor="#A51A21";
padding=4;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#A51A21";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/imma/menu/freccia.gif";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=95);";
outfilter="randomdissolve(duration=0.2)";
}

// ;Shadow(color='#777777', Direction=135, Strength=5)


with(milonic=new menuname("Info")){
style=menuStyleSub;
aI("text=Chi siamo;url=/chi_siamo.php;");
aI("text=Statuto;url=/statuto.php;");
aI("text=Regolamento;url=regolamento.php;");
aI("text=Consiglio direttivo;url=/consiglio_direttivo.php;");
aI("text=Storia;url=/storia.php;");
}


