

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


with(menuStyle_titoli=new mm_style()){
//onbgcolor="";
oncolor="#D4D4D4";
//offbgcolor="";
offcolor="#FFFFFF";
//bordercolor="";
borderstyle="solid";
borderwidth=1;
//separatorcolor="";
separatorsize="2";
padding=1;
fontsize="14";
fontfamily="Times New Roman";

//menubgimage="imma/gri_scuro.gif";//
//subimage="js/arrow.gif";
subimagepadding=10;
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#000000', Direction=135, Strength=2)";//
overfilter="Fade(duration=0.2);Alpha(opacity=100)";


}

with(menuStyle=new mm_style()){
//bordercolor="#000000";
borderwidth=1;
//fontweight='bold';
fontfamily="Times New Roman";
fontsize="14";
//fontstyle="normal";
headercolor="#ffffff";
offbgcolor="#E3D1BF";
offcolor="#000000";
onbgcolor="#54372C";
oncolor="#ffffff";

padding=3;
pagecolor="#FF0000";
subimagepadding=1;
overfilter="Alpha(opacity=90);Shadow(color=#000000, Direction=135, Strength=1)";
}



with(milonic=new menuname("rifugio")){
style=menuStyle;
overflow="scroll";
menuwidth=100;
align="left";
itemwidth="100%";
top="offset=2";
left="offset=0";
aI("text=The Alpine hut;url=/eng/index.php;");
aI("text=The Bar;url=/eng/bar.php;");
aI("text=The Restaurant;url=/eng/ristorante.php;");
aI("text=The Rooms;url=/eng/camere.php;");
aI("text=The Services;url=/eng/servizi.php;");
}

with(milonic=new menuname("bike")){
style=menuStyle;
overflow="scroll";
menuwidth=100;
align="left";
itemwidth="100%";
top="offset=2";
left="offset=0";
aI("text=Bike;url=/eng/bike.php;");
aI("text=Excursions;url=/eng/esc_bike.php;");
aI("text=Map;url=/eng/mappa_bike.php;");

}


with(milonic=new menuname("trekking")){
style=menuStyle;
overflow="scroll";
menuwidth=100;
align="left";
itemwidth="100%";
top="offset=2";
left="offset=0";
aI("text=On foot;url=/eng/trekking.php;");
aI("text=Excursions;url=/eng/esc_trekking.php;");
aI("text=Map;url=/eng/mappa_trekking.php;");
}

with(milonic=new menuname("fotovideo")){
style=menuStyle;
overflow="scroll";
menuwidth=100;
align="left";
itemwidth="100%";
top="offset=2";
left="offset=0";
aI("text=Web Cam;url=/eng/webcam.php;");
aI("text=Photo album;url=/eng/album.php;");
aI("text=Video;url=/eng/video.php;");

}

with(milonic=new menuname("info")){
style=menuStyle;
overflow="scroll";
menuwidth=100;
align="left";
itemwidth="100%";
top="offset=2";
left="offset=0";
aI("text=Adresses;url=/eng/contatti.php;");
aI("text=Staff;url=/eng/chi.php;");
aI("text=How to reach us;url=/eng/come.php;");
aI("text=Map;url=/eng/mappa.php;");
aI("text=History;url=/eng/storia.php;");
aI("text=The prices;url=/eng/prezzi.php;");
}
drawMenus();
