fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;   // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0;    // The time delay before menus open on mouse over
_subOffsetTop=2;       // Sub menu top offset
_subOffsetLeft=-2;     // Sub menu left offset
 

with(menuStyleHome=new mm_style()){
onbgcolor="";
oncolor="#ffffff";
offbgcolor="";
offcolor="#ffffff";
//bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorimage=1;
separatorsize="";
pagecolor="#ffffff";
pagebgcolor="";
padding=0;
//fontsize=10;
fontsize="75%";
fontfamily="Arial";
onbold=1;
//fontweight="normal";
//fontstyle ="normal";
//menubgimage="imma/gri_scuro.gif";//
//subimage="/js_09/arrow.gif";
subimagepadding=0;
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#000000', Direction=135, Strength=4)";//
}

with(menuStyleSub=new mm_style()){
onbgcolor="";
oncolor="#ffffff";
offbgcolor="";
offcolor="#ffffff";
//bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorimage=0;
separatorsize="";
pagecolor="#ffffff";
pagebgcolor="";
padding=4;
//fontsize=10;
fontsize="75%";
fontfamily="Arial";
onbold=1;
//fontweight="normal";
//fontstyle ="normal";
//menubgimage="imma/gri_scuro.gif";//
//subimage="/js_09/arrow.gif";
subimagepadding=0;
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#000000', Direction=135, Strength=4)";//

}


with(milonic=new menuname("larice")){
style=menuStyleSub;
orientation="horizontal";
overflow="scroll";
menuwidth=350;
align="left";
itemwidth="100%";
top="offset=-12";
left="offset=8";
aI("text=Home Page;url=http://www.garnilarice.it;");
aI("text=Filosofia;url=#;");
aI("text=Luoghi da vivere;url=#;");
aI("text=Prenotare;url=#;");
aI("text=Natura;url=#;");
}
with(milonic=new menuname("soggiorno")){
style=menuStyleSub;
orientation="horizontal";
overflow="scroll";
menuwidth=160;
align="left";
itemwidth="100%";
top="offset=-12";
left="offset=15";
aI("text=Camere;url=#;");
aI("text=Prezzi;url=#;");
aI("text=Richieste;url=#;");
aI("text=Prenotare;url=#;");
aI("text=Pacchetti;url=#;");
}
with(milonic=new menuname("bar")){
style=menuStyleSub;
orientation="horizontal";
overflow="scroll";
menuwidth=200;
align="left";
itemwidth="100%";
top="offset=-12";
left="offset=15";
aI("text=Colazione;url=#;");
aI("text=La nostra carta;url=#;");
aI("text=Il vino;url=#;");
}
with(milonic=new menuname("wellness")){
style=menuStyleSub;
orientation="horizontal";
overflow="scroll";
menuwidth=160;
align="left";
itemwidth="100%";
top="offset=-12";
left="offset=25";
aI("text=Spa;url=#;");
aI("text=Trekking;url=#;");
aI("text=Sci;url=#;");
aI("text=Shopping;url=#;");
}
drawMenus();

