
_menuCloseDelay=500           // 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=50                // Follow scrolling Rate

_subOffsetTop=5               // 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="#dee7f6";

oncolor="#FF0000";

offbgcolor="#b1ccea";

offcolor="#333333";

bordercolor="#000000";

borderstyle="solid";

borderwidth="1";

separatorcolor="#000000";

separatorsize="1";

padding=2;

fontsize="12";

fontweight="";

fontfamily="Verdana, Tahoma";

pagecolor="#ffffff";

pagebgcolor="#6a3d82";

headercolor="#000000";

headerbgcolor="#ffffff";

subimage="images/arrow.gif";

subimagepadding="2";

outfilter="pixelate(square=12,duration=0.5)";

infilter="pixelate(square=12,duration=0.5)";

}




// Menu About Us

with(milonic=new menuname("aboutus")){

style=menuStyle;

itemwidth="120";

aI("text=About Us;url=about.htm;");

aI("text=News;url=news.htm;");

aI("text=How It Works;url=how_it_works.htm;");

aI("text=Pricing;url=pricing.htm;");

aI("text=FAQs;url=faq.htm;");


}


// Menu Services

with(milonic=new menuname("services")){

style=menuStyle;

itemwidth="120";

aI("text=Lunch Service;url=lunch.htm;");

aI("text=Catering;url=services.htm#cater;");

aI("text=Classes;url=classes.htm;");

aI("text=Parties;url=parties.htm;");

aI("text=Gift Certificates;url=services.htm#giftcert;");

}



drawMenus();