_menuCloseDelay=150           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=150            // The time delay before menus open on mouse over

_followSpeed=5                // Follow scrolling speed

_followRate=40                // Follow scrolling Rate

_subOffsetTop=10              // Sub menu top offset

_subOffsetLeft=-10            // 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()){

onbgcolor="#4D513C";

oncolor="#FFFFFF";

offbgcolor="#808663";

offcolor="#ffffff";

bordercolor="#61664b";

borderstyle="solid";

borderwidth="0";

separatorcolor="#61664b";

separatorsize="0";

padding="7";

fontsize="11px";

fontstyle="normal";

fontfamily="Verdana, Tahoma, Arial";

pagecolor="#ffffff";

pagebgcolor="#808663";

headercolor="#808663";

headerbgcolor="#808663";

subimage="";

subimagepadding="2";

overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";



}





with(milonic=new menuname("bakery")){

style=menuStyle;

aI("text=Specialty Cakes;url=cakes2.html;");

}



with(milonic=new menuname("home")){

style=menuStyle;

aI("text=About Us;url=about.html;");

aI("text=Testimonials;url=testimonials.html;");

aI("text=Contact Us;url=contact.html;");

}



with(milonic=new menuname("menus")){

style=menuStyle;

itemwidth=155

aI("text=Cafe Menu;url=cafe.html;");

aI("text=Corporate Menus;url=corporate.html;");

aI("text=Catering Menus > ;showmenu=submenu2;url=gourmet.html;");

}



with(milonic=new menuname("submenu2")){

style=menuStyle;

aI("text=Gourmet Take Out Menus;url=gourmet.html;");

aI("text=Specialty Menus;url=special.html;");

aI("text=Seasonal Menus;url=holiday.html;");

}



with(milonic=new menuname("today")){

style=menuStyle;

itemwidth=125

aI("text=Cafe Menu;url=cafe.html;");

aI("text=Featured Recipe;url=featured_recipe.html;");

}











with(milonic=new menuname("eventc")){

style=menuStyle;

itemwidth="155"

aI("text=Banquet Room;url=banquet.html;");

aI("text=Full Service Info;url=fullinfo.htm;");

aI("text=Weddings;url=weddings.html;");

}









drawMenus();

