

_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=0             // Sub menu top offset
_subOffsetLeft=2          // Sub menu left offset


with(menuStyle=new mm_style()){
itemwidth="90";
onbgcolor="#FFFFFF";
oncolor="#000000";
offbgcolor="#035495";
offcolor="#FFFFFF";
bordercolor="#035495";
borderstyle="solid";
borderwidth=1;
separatorcolor="#035495";
separatorsize="1";
padding=2;
fontsize="70%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
align="left";
pagecolor="black";
pagebgcolor="#FFFFFF";
headercolor="#035495";
headerbgcolor="#035495";
subimage="http://www.hotelsilvestri.it/js/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=85);";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
itemwidth="90";
onbgcolor="#FFFFFF";
oncolor="#000000";
offbgcolor="#035495";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=2;
fontsize="70%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
align="left";
pagecolor="black";
pagebgcolor="#FFFFFF";
headercolor="#035495";
headerbgcolor="#035495";
subimage="http://www.hotelsilvestri.it/js/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("hotel"))
{
style=menuStyle;
overflow="scroll";
left="offset=0";
top="offset=0";
aI("text=The Hotel;url=http://www.hotelsilvestri.it/eng/hotel.php;");
aI("text=The Rooms;url=http://www.hotelsilvestri.it/eng/camere.php;");
aI("text=Last Minute;url=http://www.hotelsilvestri.it/eng/last.php;");
aI("text=The Offered;url=http://www.hotelsilvestri.it/eng/offerte.php;");
aI("text=The Prices;url=http://www.hotelsilvestri.it/eng/tariffe.php;");
aI("text=Availability;url=http://www.hotelsilvestri.it/eng/disp.php;");
aI("text=Info Request;url=http://www.hotelsilvestri.it/eng/info.php;");
aI("text=Where We Hare;url=http://www.hotelsilvestri.it/eng/dove.php;");
aI("text=News/Events;url=/eng/eventi.php;");
aI("text=Web Cam;url=/eng/webcam.php;");
aI("text=Contacts;url=/eng/info.php;");
}

with(milonic=new menuname("freita"))
{
style=menuStyle;
overflow="scroll";
left="offset=0";
top="offset=0";
aI("text=The Chalet;url=http://www.hotelsilvestri.it/eng/freita.php;");
aI("text=The Apartments;url=http://www.hotelsilvestri.it/eng/freitapp.php;");
aI("text=The Prices;url=http://www.hotelsilvestri.it/eng/tariffefreita.php;");
aI("text=Info Request;url=http://www.hotelsilvestri.it/eng/infofreita.php;");
aI("text=Where We Hare;url=http://www.hotelsilvestri.it/eng/dovefreita.php;");
aI("text=News/Events;url=/eng/eventi.php;");
aI("text=Web Cam;url=/eng/webcam.php;");
aI("text=Contacts;url=/eng/info.php;");
}


with(milonic=new menuname("pizabela"))
{
style=menuStyle;
overflow="scroll";
left="offset=0";
top="offset=0";
aI("text=The House;url=http://www.hotelsilvestri.it/eng/pizabela.php;");
aI("text=The Apartments;url=http://www.hotelsilvestri.it/eng/pizabelapp.php;");
aI("text=The Prices;url=http://www.hotelsilvestri.it/eng/tariffepizabela.php;");
aI("text=Info Request;url=http://www.hotelsilvestri.it/eng/infopizabela.php;");
aI("text=Where We Hare;url=http://www.hotelsilvestri.it/eng/dovepizabela.php;");
aI("text=News/Events;url=/eng/eventi.php;");
aI("text=Web Cam;url=/eng/webcam.php;");
aI("text=Contacts;url=/eng/info.php;");
}

drawMenus();

