


_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#FF6600";
oncolor="#003399";
offbgcolor="#FF9933";
offcolor="#003399";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="65%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.0);Alpha(opacity=100);Shadow(color='#666666', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.0)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=91;
left=320;
alwaysvisible=1;
orientation="horizontal";
overflow="fixed";

aI("text=Versione Italiana;url=default.htm");

}


with(milonic=new menuname("Versione Italiana")){
style=menuStyle;
}

drawMenus();

