

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#336633";
oncolor="#000000";
offbgcolor="#336633";
offcolor="#ffffff";
bordercolor="#336633";
borderstyle="solid";
borderwidth=1;
separatorcolor="#336633";
separatorsize="1";
padding=5;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#336633";
headercolor="#3255C8";
headerbgcolor="#336633";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=About Us;url=aboutus.htm;status=More about Biggs EastSide Automotive;");
aI("text=Feedback;url=feedback.php;status=Customer feedback;");

}

with(milonic=new menuname("Rates")){
style=menuStyle;
aI("text=30,000 Mile Service;url=service.htm;status=30,000 Mile Service;");
aI("text=Parts & Service;url=parts.htm;status=Parts and Services;");
aI("text=Service Prices;url=DisplayPrices.aspx;status=Service Prices;");
aI("text=Used Land Rovers;url=DisplayCars.aspx;status=Used Land Rovers Forsale;");

}

with(milonic=new menuname("Other")){
style=menuStyle;
aI("text=Testimonials;url=testimonial.htm;status=Testimonials and Recommendations;");
aI("text=Links;url=links.htm;status=Other web sites of interest;");

}

