


_menuCloseDelay=0         // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=1              // Sub menu top offset
_subOffsetLeft=0           // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
}

with(menuStyleSub1=new mm_style()){
onbgcolor="#000000";
offbgcolor="#000000";
overfilter="Inset(duration=0.2);Alpha(opacity=100);Shadow(color='#000000', Direction=135, Strength=0)";
outfilter="Fade(duration=0);"
keepalive=0;
}

with(milonic=new menuname("Cuisine")){
style=menuStyleSub1;
aI("url=cuisine_brunch.html;image=images/subnav_brunch_off.jpg;overimage=images/subnav_brunch_on.jpg;");
aI("url=cuisine_dinner.html;image=images/subnav_dinner_off.jpg;overimage=images/subnav_dinner_on.jpg;");
aI("url=cuisine_wine.html;image=images/subnav_wine_off.jpg;overimage=images/subnav_wine_on.jpg;");
aI("url=cuisine_cocktail.html;image=images/subnav_cocktail_off.jpg;overimage=images/subnav_cocktail_on.jpg;");
}


drawMenus();

