_menuCloseDelay=500 
_menuOpenDelay=150 
_subOffsetTop=5 
_subOffsetLeft=0 
with(menuStyle1=new mm_style()){ 
onbgcolor='#F7CA40'; 
oncolor='#ffffff'; 
offbgcolor='#CAE6FF'; 
offcolor='#000000'; 
bordercolor=''; 
borderstyle=''; 
borderwidth=0; 
separatorcolor='#C8CBCA'; 
separatorsize='0'; 
padding=2; 
fontsize='70%'; 
fontstyle=''; 
fontfamily=''; 
subimage=''; 
bgimage='';
subimagepadding='0'; 
} with(menuStyle=new mm_style()){ 
onbgcolor='#077747'; 
oncolor='#FFFFFF'; 
offbgcolor='#138F59'; 
offcolor='#8FDBAB'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='80%'; 
itemwidth='115';
itemheight='10';
align='Left';
fontstyle='Normal'; 
fontweight='Bold'; 
fontfamily='Verdana'; 
subimage='images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#FFFFFF'; 
separatorcolor='#C8CBCA'; 
bgimage='';
} 


with(sat=new menuname('5')){ style=menuStyle; aI('text=Dinner Menu;url=Menu.aspx;status=Dinner Menu;');aI('text=Wine List;url=WineList.aspx;status=Wine List;');aI('text=Breakfast Menu;url=BreakfastMenu.aspx;status=Breakfast Menu;');aI('text=Online reservation;url=OnlineReservation.aspx;status=Online reservation;');aI('text=Go Ape Special;url=GoApeSpecial.aspx;status=Go Ape Special;');} with(sat=new menuname('4')){ style=menuStyle; aI('text=LATE DEALS;url=Late Deals .aspx;status=LATE DEALS;');aI('text=WINTER BREAK;url=SpecialOffers.aspx;status=WINTER BREAK;');} with(sat=new menuname('3')){ style=menuStyle; aI('text=Four Poster Superior;url=4-Poster.aspx;status=Four Poster Superior;');aI('text=Superior Double;url=superior_double.aspx;status=Superior Double;');aI('text=Superior Twin;url=superior_twin.aspx;status=Superior Twin;');aI('text=Osprey Rooms;url=OspreyRooms.aspx;status=Osprey Rooms;');aI('text=Standard Twin;url=standard_twin.aspx;status=Standard Twin;');aI('text=Standard Double;url=standard_double.aspx;status=Standard Double;');aI('text=Single Room;url=single_room.aspx;status=Single Room;');} with(sat=new menuname('7')){ style=menuStyle; aI('text=Lounge;url=Lounge.aspx;status=Lounge;');aI('text=Games;url=Games.aspx;status=Games;');aI('text=Bar;url=Dining.aspx;status=Bar;');} drawMenus();
