


_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=20            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=5               // Only needed for Netscape 4.x
_scrollDelay=0              // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#C0C0FF";
oncolor="#000000";
offbgcolor="#2574BA";
offcolor="#ffffff";
bgimage="";
bordercolor="#5E6DC6";
borderstyle="solid";
menubgimage="background.gif";
borderwidth=1;
separatorcolor="#D0CCCC";
separatorsize="1";
padding=5;
fontsize="70%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color='#777777', Direction=120, Strength=2)";
outfilter="randomdissolve(duration=0.2)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
menuwidth="280";
top=0;
left=0;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=Home;url=index.html;status=Back To Home Page;");
aI("text=All About;showmenu=Regency;");
aI("text=Reservation;url=reservation.php;status=reservation;");
}

with(milonic=new menuname("Regency")){
style=menuStyle;
overflow="scroll";
aI("text=Presentation;url=presentation.html;status=presentation;");
aI("text=Gallery;url=gallery.html;status=gallery;");
aI("text=Contact;url=contact.html;status=contact;");
aI("text=Prices;url=prices.html;status=prices;");
}



drawMenus();

