fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=10;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="tahoma, arial, helvetica, sans-serif";
fontsize="11px";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#1c0e5b";
offbgcolor="#eeeeee";
offcolor="#1c0e5b";
onbgcolor="#dce0d8";
oncolor="#1c0e5b";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#1A1042";
pagecolor="#ffffff";
separatorcolor="#999999";
separatorsize=1;
subimage="";
subimagepadding=5;
}
with(milonic=new menuname("about")){
style=menuStyle;
top="offset=1";
left="offset=0";
aI("text=Testimonials;url=testimonials.asp;");
aI("text=About The Victoria Inn;url=about.asp;");
}


with(milonic=new menuname("functions")){
style=menuStyle;
top="offset=1";
left="offset=0";
style=menuStyle;
aI("text=Request More Information;url=request_more_info.asp;");
aI("text=Weddings and Functions;url=functions.asp;");
}


with(milonic=new menuname("galleries")){
style=menuStyle;
top="offset=1";
left="offset=0";
style=menuStyle;
aI("text=Events;url=events.asp;");
aI("text=Photo Gallery;url=gallery_photos.asp;");
aI("text=Wedding Gallery;url=gallery_wedding.asp;");
}


with(milonic=new menuname("our_rooms")){
style=menuStyle;
top="offset=1";
left="offset=0";
style=menuStyle;
aI("text=The Garden Rose Room;url=room_gardenrose.asp;");
aI("text=The Hydrangea Suite;url=room_hydrangea.asp;");
aI("text=The Iris Room;url=room_iris.asp;");
aI("text=The Lighthouse Room;url=room_lighthouse.asp;");
aI("text=The Magnolia Room;url=room_magnolia.asp;");
aI("text=The Victoria Room;url=room_victoria.asp;");
}

drawMenus();


