fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#1C1C1C";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12";
fontstyle="normal";
headerbgcolor="#E8E8E8";
headercolor="#1B1B8B";
offbgcolor="#E8E8E8";
offcolor="#1B1B8B";
onbgcolor="#2980AC";
oncolor="#FBE9DC";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=1;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#1C1C1C";
separatorsize=1;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;
}


// MENU di secondo livello ----------------------------

with(milonic=new menuname("Index")){
overflow="scroll";
style=menuStyle;
aI("text=<b>&nbsp;RLMet Copertina&nbsp;</b>;url=rlm42/copertina.html;")
aI("text=<b>&nbsp;Editoriale&nbsp;</b>;url=rlm42/editoriale.html;")
aI("text=<b>&nbsp;Indice generale&nbsp;</b>;url=indice_generale.htm;")
aI("text=<b>&nbsp;Download&nbsp;</b>;url=rlm42/download.html;")
}

with(milonic=new menuname("didattica")){
style=menuStyle;
aI("text=<b>&nbsp;Atlante delle Nubi&nbsp;</b>;url=http://www.rlmet.it/atlante.htm");
aI("text=<b>&nbsp;Appunti di statistica meteorologoca&nbsp;</b>;url=rlm42/statistica_meteorologica.htm;");
}

with(milonic=new menuname("climatologia")){
style=menuStyle;
aI("showmenu=centralina;text=<b>&nbsp;Stazione Meteo<br>&nbsp;Genova-Staglieno&nbsp;</b>;");
aI("text=<b>&nbsp;Meteorologia<br>&nbsp;d'altri tempi&nbsp;</b>;url=rlm42/meteo_altri_tempi.htm;");
aI("text=<b>&nbsp;Nuvole<br>&nbsp;nel folklore&nbsp;</b>;url=rlm42/folklore.htm;");
}

with(milonic=new menuname("centralina")){
style=menuStyle;
aI("text=<b>&nbsp;Webcam</b>;url=webcam.htm;");
aI("text=<b>&nbsp;Dati in tempo reale</b>;url=staglieno.htm;");
aI("text=<b>&nbsp;Dati ultime 48 ore</b>;url=staglieno_dati48.asp;");
aI("text=<b>&nbsp;Dati storici dal 2000</b>;url=pigna.htm;");
aI("text=<b>&nbsp;Dati storici pioggia dal 1977</b>;url=staglieno_storico_giornaliero.asp;");
aI("text=<b>&nbsp;Statistiche pioggia</b>;url=staglieno_storico.htm;");
}


with(milonic=new menuname("news")){
style=menuStyle;
aI("text=<b>&nbsp;Notizie dal mondo&nbsp;</b>;url=rlm42/notizie_dal_mondo.htm;");
}


drawMenus();



