

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(menuStyle=new mm_style()){
itemwidth="93";
onbgcolor="#990033";
oncolor="#FFFFCC";
offbgcolor="#FFFFCC";
offcolor="#000000";
bordercolor="#990033";
borderstyle="solid";
borderwidth=1;
separatorcolor="#990033";
separatorsize="1";
padding=3;
fontsize="65%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFCC";
pagebgcolor="#990033";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../js/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#990033";
oncolor="#FFFFCC";
offbgcolor="#FFFFCC";
offcolor="#000000";
bordercolor="#990033";
borderstyle="solid";
borderwidth=1;
separatorcolor="#990033";
separatorsize="1";
padding=3;
fontsize="65%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFCC";
pagebgcolor="#990033";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../js/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle3=new mm_style()){
}

with(milonic=new menuname("albergo")){
style=menuStyle;
overflow="scroll";
aI("text=Rooms;url=camere.htm;");
aI("text=Restaurant Pizzeria;url=ristorante.htm;");
aI("text=Breakfast Lounge;url=salacol.htm;");
aI("text=Stube - Bar;url=stube.htm;");
aI("text=Wellness;url=welness.htm;");

}

with(milonic=new menuname("tariffe")){
style=menuStyle;
overflow="scroll";
aI("text=Offers;url=offerte.php;");
aI("text=Prices Hotel Cervo;url=taricprezzi.php;");
aI("text=News;url=taricnews.php;");
}
with(milonic=new menuname("bio")){
style=menuStyle;
menuwidth=127;
align="left";
itemwidth="100%";
overflow="scroll";
aI("text=Hotel;url=villa.htm;");
aI("text=Prices Hotel Bio Villa Cecilia;url=prezzi_bio.php;");
aI("text=Request Info;url=prenota_bio.htm;");

}

drawMenus();
