_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=2               // 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(XPMainStyle=new mm_style()){
onbgcolor="#fa2328";
oncolor="#FFFFFF"; 
offbgcolor="#000000";
offcolor="#FFFFFF";
bordercolor="#84adff";
separatorcolor="#000000";
separatorsize="10";
separatorpadding="2";
padding=3;
fontsize="16";
fontstyle="normal";
fontweight="bold";
fontfamily="Tahoma,Helvetica,Verdana";
subimagepadding="2";
<!--offborder="1px solid #f8d762";
<!--onborder="1px solid #007db0";
}

with(XPMenuStyle=new mm_style()){
onbgcolor="#f67a7c";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#000000";
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=1;
separatorcolor="#f8c1c2";
separatorpadding="2";
separatoralign="right";
separatorwidth="80%";
padding=3;
fontsize="16";
fontstyle="normal";
fontweight="bold";
fontfamily="Tahoma,Helvetica,Verdana";
image="xpblank.gif";
subimage="arrow.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
}

with(milonic=new menuname("Main Menu")){
style=XPMainStyle;
top=117;
left="offset=0";
alwaysvisible=1;
orientation="horizontal";

margin=1;
aI("text=&nbsp;&nbsp;;");
aI("text=Home;url=index.asp?Mode=HOME_PAGE;");
aI("text=News;showmenu=NEWS;")
aI("text=Used Sales;url=index.asp?Mode=USEDSALES;");
aI("text=Services;showmenu=SERVICES;");
aI("text=Specials;showmenu=SPECIALS;");
aI("text=Contact Us;showmenu=CONTACT;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;");
aI("text=Log In;url=index.asp?Mode=ADMINHOME;");
}

with(milonic=new menuname("NEWS")){
style=XPMenuStyle;
overflow="scroll";
bgimage="winxp.gif";
margin=4;
aI("text=Racing & Performance;url=index.asp?Mode=RP;");
aI("text=What Customer Say;url=index.asp?Mode=WHATCUSTOMERSAY;");
aI("text=History;url=index.asp?Mode=HISTORY;");
aI("text=FAQ's;url=index.asp?Mode=FAQ;");
aI("text=Link's;url=index.asp?Mode=LINKS;");
}

with(milonic=new menuname("SERVICES")){
style=XPMenuStyle;
overflow="scroll";
bgimage="winxp.gif";
margin=4;
aI("text=Services;url=index.asp?Mode=SERVICES;");
aI("text=Emissions;url=index.asp?Mode=EMISSIONS;");
}

with(milonic=new menuname("SPECIALS")){
style=XPMenuStyle;
overflow="scroll";
bgimage="winxp.gif";
margin=4;
aI("text=Specials;url=index.asp?Mode=SPECIALS;");
aI("text=Gift Certifcates;url=index.asp?Mode=GIFTS;");
}

with(milonic=new menuname("CONTACT")){
style=XPMenuStyle;
overflow="scroll";
bgimage="winxp.gif";
margin=4;
aI("text=Contact Us;url=index.asp?Mode=CONTACTUS;");
aI("text=Recommend a Friend;url=index.asp?Mode=RECOMMEND;");
aI("text=Location & Building;url=index.asp?Mode=LOCATION;");
aI("text=Directions;url=index.asp?Mode=DIRECTIONS;");
aI("text=Business Hours;url=index.asp?Mode=HOURS;");
aI("text=Join our Mailing List;url=index.asp?Mode=MAILLIST;");
aI("text=Request an Appointment;url=index.asp?Mode=REQUESTAPP;");
}

drawMenus();
