_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=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="#008ec1";
oncolor="#FFFFFF";
offbgcolor="#202020";
offcolor="#ffffff";
bordercolor="#707a86";
borderstyle="solid";
borderwidth=1;
separatorcolor="#707a86";
separatorsize="1";
padding=3;

fontstyle="normal";

pagecolor="black";
pagebgcolor="#C4C8CB";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="./images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

}


with(milonic=new menuname("Our Inventory")){
style=menuStyle;
itemwidth=205
aI("text=New Mazda Vehicles;url=inventory.asp;");
aI("text=Pre-Owned Vehicles;url=pre-owned-vehicles.asp;");
aI("text=All Vehicles;url=all-vehicles.asp;");
aI("text=Virtual Test Drives;url=test-drive-mazda.asp;");
}

with(milonic=new menuname("About Us")){
style=menuStyle;
itemwidth=205
aI("text=About Art Hill Group;url=about.asp;");
aI("text=Art Hill Mazda Team;url=about-team.asp;");
}

with(milonic=new menuname("Service Center")){
style=menuStyle;
itemwidth=215
aI("text=Service Center ;url=service-center.asp;");
aI("text=Parts;url=parts.asp;");
aI("text=Maintenance Schedule;url=maintenance-schedule.asp;");
aI("text=Service &amp; Parts Coupons;url=service-parts-coupons.asp;");
}

drawMenus();

