

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



with(menuStyle=new mm_style()){
onbgcolor="#4E6782";
oncolor="#ffffff";
offbgcolor="#eeeeee";
offcolor="#000000";
bordercolor="#11304D";
borderstyle="solid";
borderwidth=0;
separatorcolor="#11304D";
separatorsize="0";
padding=0;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial, Helvetica";
}

with(subStyle=new mm_style()){
onbgcolor="#D0B2BA";
oncolor="#333333";
offbgcolor="#FEF6F2";
offcolor="#666666";
onclass="menu-off";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#11304D";
separatorsize="0";
padding=3;
fontsize="60%";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial, Helvetica";
subimagepadding="2";
overfilter="gradientwipe(size=1.00, wipestyle=1, motion=Forward, duration=0.3);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="fade(overlap=1.00, duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible= 1;
orientation="vertical";
top=180;
left=1;
aI("showmenu=menus;status=Menu;image=pics/b1-menu.gif;overimage=pics/b2-menu.gif;");
aI("showmenu=weddings1;status=Weddings/Banquets;image=pics/b1-weddings.gif;overimage=pics/b2-weddings.gif;");
aI("url=weekly.htm;status=Weekly Events;image=pics/b1-upcoming.gif;overimage=pics/b2-upcoming.gif;");
aI("showmenu=entertainment;status=Entertainment;image=pics/b1-entertainment.gif;overimage=pics/b2-entertainment.gif;");
aI("url=http://www.opentable.com/single.asp?id=3393&restref=3393;target=_new;status=Reservations;image=pics/b1-reservations.gif;overimage=pics/b2-reservations.gif;");
aI("url=directions.htm;status=Directions;image=pics/b1-directions.gif;overimage=pics/b2-directions.gif;");
aI("url=giftcard.htm;status=Gift Cards;image=pics/b1-giftcards.gif;overimage=pics/b2-giftcards.gif;");
aI("url=contact.htm;status=Contact Us;image=pics/b1-contactus.gif;overimage=pics/b2-contactus.gif;");
aI("url=about.htm;showmenu=about;status=About Us;image=pics/b1-aboutus.gif;overimage=pics/b2-aboutus.gif;");
aI("url=employment.htm;status=Employment;image=pics/b1-employment.gif;overimage=pics/b2-employment.gif;");
}

with(milonic=new menuname("events")){
style=subStyle;
overflow="scroll";
aI("text=&nbsp;Nightclub Events&nbsp;;url=upcoming-nightclub.htm;status=Nightclub Events;");
aI("text=&nbsp;Wine Tasting&nbsp;;url=winetasting.htm;status=Wine Tasting;");
}

with(milonic=new menuname("weddings")){
style=subStyle;
overflow="scroll";
//left=290;
aI("text=&nbsp;Weddings&nbsp;;url=weddings.htm;status=Weddings;");
aI("text=&nbsp;Corporate Events/Private Parties&nbsp;;url=corporate.htm;status=Corporate Events/Private Parties;");
}

with(milonic=new menuname("weddings1")){
style=subStyle;
overflow="scroll";
aI("text=&nbsp;Weddings&nbsp;;url=weddings.htm;status=Weddings;");
aI("text=&nbsp;Corporate Events/Private Parties&nbsp;;url=corporate.htm;status=Corporate Events/Private Parties;");
}

with(milonic=new menuname("menus")){
style=subStyle;
overflow="scroll";
aI("text=&nbsp;All Day Menu&nbsp;;url=alldaymenu.htm;status=All Day Menu;");
aI("text=&nbsp;All-U-Can-Eat Lunch&nbsp;;url=lunch.htm;status=All-U-Can-Eat Lunch;");
aI("text=&nbsp;Sunday Brunch&nbsp;;url=sundaybrunch.htm;status=Sunday Brunch;");
aI("text=&nbsp;Tapas/Appetizers&nbsp;;url=starters.htm;status=Tapas/Appetizers;");
aI("text=&nbsp;Soups & Salads&nbsp;;url=soups_salads.htm;status=Soups & Salads;");
aI("text=&nbsp;Entrees&nbsp;;url=entrees.htm;status=Entrees;");
aI("text=&nbsp;Desserts&nbsp;;url=deserts.htm;status=Desserts;");
aI("text=&nbsp;Beverages (Bar/Specialty)&nbsp;;url=barlist.htm;status=Beverages (Bar/Specialty);");
aI("text=&nbsp;Wines&nbsp;;url=wine.htm;status=Wines;");
aI("text=&nbsp;Off-Site Catering&nbsp;;url=offsite-catering.htm;status=Off-Site Catering;");
}

with(milonic=new menuname("about")){
style=subStyle;
overflow="scroll";
aI("text=&nbsp;Frequently Asked Questions&nbsp;;url=faq.htm;status=Frequently Asked Questions;");
aI("text=&nbsp;Hours&nbsp;;url=hours.htm;status=Hours;");
aI("text=&nbsp;Staff&nbsp;;url=staff.htm;status=Staff;");
aI("text=&nbsp;Our Food&nbsp;;url=ourfood.htm;status=Our Food;");
aI("text=&nbsp;Picture Gallery&nbsp;;url=photo.htm;status=Picture Gallery;");
}

with(milonic=new menuname("entertainment")){
style=subStyle;
overflow="scroll";
aI("text=&nbsp;Nightclub&nbsp;;url=nightclub.htm;status=Nightclub;");
aI("text=&nbsp;Piano Nightly&nbsp;;url=piano.htm;status=Piano Nightly;");
}

drawMenus();

