fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=200;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=-0;




with(menuStyle=new mm_style()){
bordercolor="#93A461";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9px";
fontstyle="normal";
offbgcolor="#D9D9B9";
offcolor="#4B4B23";
onbgcolor="#93A461";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#BCC395";
pagecolor="#4B4B23";
separatorcolor="#93A461";
separatorsize=1;
subimage="../images/arrow.gif";
subimagepadding=2;
}

with(menuStylemain=new mm_style()){
topbarimageloc = "center;middle"
   subimageloc = "center;middle"
}

with(milonic=new menuname("about")){
style=menuStyle;
itemwidth=140;
aI("text=photo gallery;url=about_gallery.php;");
aI("text=frequent diners club;url=members_club.php;");
}

with(milonic=new menuname("menus")){
style=menuStyle;
itemwidth=140;
aI("text=lunch menu;url=../pdfs/PSB_Lunch.pdf;");
aI("text=dinner menu;url=../pdfs/PSB_Dinner.pdf;");
aI("text=brunch menu;url=../pdfs/PSB_Brunch.pdf;");
aI("text=happy hour menu;url=../pdfs/PSB_HappyHour.pdf;");
aI("text=cocktail menu;url=../pdfs/PSB_Cocktail.pdf;");
aI("text=dessert menu;url=../pdfs/Menu-dessert.pdf;");
}

with(milonic=new menuname("events")){
style=menuStyle;
itemwidth=140;
aI("text=entertainment calendar;url=events_calendar.php;");
aI("text=promotions;url=events_promotions.php;");
aI("text=banquets & private events;url=events_banquets.php;");
aI("text=private event menus;showmenu=privatemenus;");
aI("text=upcoming events;url=events_upcoming.php;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
itemwidth=140;
aI("text=location and directions;url=contact_location.php;");
aI("text=email and phone numbers;url=contact_email.php;");
aI("text=reservations;url=contact_reservations.php;");
}

with(milonic=new menuname("privatemenus")){
style=menuStyle;
itemwidth=90;
aI("text=lunch menu 1;url=menus-private_lunch1.php;");
aI("text=lunch menu 2;url=menus-private_lunch2.php;");
aI("text=dinner menu;url=menus-private_dinner.php;");
aI("text=hors d'ouvres menu;url=menus-private_apps.php;");
}
drawMenus();


