_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#FD9709";
offbgcolor="#FEDB36";
oncolor="#623B17";
offcolor="#152422";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="12px";
fontstyle="Normal";
fontweight="Bold";
fontfamily="Verdana";
itemwidth="105";
itemheight="22";
align="Center";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("2")){
style=menuStyle;
aI("text=Lunch;url=dynamicdata/LunchSpecials.asp;status=Lunch;");
aI("text=Appetizers;url=dynamicdata/Appetizers.asp;status=Appetizers;");
aI("text=Salads;url=dynamicdata/Salads.asp;status=Salads;");
aI("text=Grill;url=dynamicdata/Grill.asp;status=Grill;");
}

drawMenus();


