_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=-10 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset with(menuStyle=new mm_style()){ offbgcolor="transparent"; offcolor="#ffffff"; onbgcolor="transparent"; oncolor="#CCDAE5"; //bordercolor="#296488"; //borderstyle="solid"; //borderwidth=1; //separatorcolor="#2D729D"; //separatorsize="1"; padding=3; fontsize="11px"; fontstyle="normal"; fontweight="bold"; fontfamily="Verdana, Tahoma, Arial"; //pagecolor="black"; //pagebgcolor="#82B6D7"; //headercolor="#000000"; //headerbgcolor="#ffffff"; //subimage="/images/arrow.gif"; //subimagepadding="2"; //overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"; //outfilter="randomdissolve(duration=0.3)"; offclass="menuoff" } with(menuStyle2=new mm_style()){ offbgcolor="#DCE9F0"; offcolor="#68271E"; onbgcolor="#4F8EB6"; oncolor="#ffffff"; //bordercolor="#296488"; //borderstyle="solid"; //borderwidth=1; //separatorcolor="#2D729D"; //separatorsize="1"; padding=5; fontsize="11px"; fontstyle="normal"; fontweight="bold"; fontfamily="Verdana, Tahoma, Arial"; //pagecolor="black"; //pagebgcolor="#82B6D7"; //headercolor="#000000"; //headerbgcolor="#ffffff"; //subimage="/images/arrow.gif"; //subimagepadding="2"; //overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"; //outfilter="randomdissolve(duration=0.3)"; offclass="menuoff" } with(milonic=new menuname("Chef")){ style=menuStyle2; top="offset=5" openstyle="rtl"; align="right"; menuwidth=150; aI("text=KITCHEN'S BLOG;url=kitchensblog.php;"); aI("text=CHEF'S RECIPES;url=specials.php;"); } with(milonic=new menuname("Events")){ style=menuStyle2; top="offset=5" openstyle="rtl"; align="right"; menuwidth=150; aI("text=UPCOMING EVENTS;url=events.php?type=Upcoming;"); aI("text=ONGOING EVENTS;url=events.php?type=Ongoing;"); } with(milonic=new menuname("About")){ style=menuStyle2; top="offset=5" openstyle="rtl"; align="right"; menuwidth=150; aI("text=OUR HISTORY;url=history.php;"); aI("text=MEET OUR STAFF;url=bvteam.php;"); aI("text=PRESS ROOM;url=press.php;"); } with(milonic=new menuname("Catering")){ style=menuStyle2; top="offset=5" openstyle="rtl"; align="right"; menuwidth=150; //aI("text=FEAST OF THE SENSES;url=feastofsenses.php;"); //aI("text=SPRING IS IN THE AIR;url=springinair.php;"); } with(milonic=new menuname("Functions")){ style=menuStyle2; top="offset=5" openstyle="rtl"; align="right"; menuwidth=150; aI("text=WEDDING;url=functiondetail.php?type=1;"); aI("text=CORPORATE;url=functiondetail.php?type=2;"); aI("text=SOCIAL;url=functiondetail.php?type=3;"); } with(milonic=new menuname("Dining")){ style=menuStyle2; top="offset=5" openstyle="rtl"; align="right"; menuwidth=150; aI("text=SUNDAY BRUNCH;url=restaurantmenu.php?select=1&type=4;"); aI("text=DINNER;url=restaurantmenu.php?select=2&type=5;"); aI("text=LUNCH;url=restaurantmenu.php?select=3&type=6;"); aI("text=LOBSTER NIGHT;url=restaurantmenu.php?select=4&type=7;"); aI("text=BREAKFAST;url=restaurantmenu.php?select=5&type=8;"); } with(milonic=new menuname("Contact")){ style=menuStyle2; top="offset=5" openstyle="rtl"; align="right"; menuwidth=250; aI("text=GIFT CERTIFICATES & RESERVATIONS;url=giftcerts.php;"); aI("text=CONSULTATION FORM;url=consultation.php;"); aI("text=DIRECTIONS;url=contact.php;"); } drawMenus();