_menuCloseDelay=50;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=20;            // The time delay before menus open on mouse over
_followSpeed=5;                // Follow scrolling speed
_followRate=50;                // Follow scrolling Rate
_subOffsetTop=0;              // 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

_CFix=true;

with(menuStyle=new mm_style()){
onbgcolor="#1970B9";
oncolor="#000000";
offbgcolor="#1970B9";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=0;
padding=0;
fontsize="9px"; 
fontstyle="normal";
fontweight="bold";
fontfamily="arial, helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#000000";
offbgcolor="#283139";
offcolor="#FFFFFF";
bordercolor="#4F6171";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4F6171";
separatorsize=1;
padding=5;
fontsize="11px"; 
fontstyle="normal";
fontfamily="arial";
overfilter="gradientwipe(duration=.5);Alpha(opacity=95);";
outfilter="fade(duration=0.3)";
}
with(menuStyle3=new mm_style()){
onbgcolor="#CCC678";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#FFFFFF";
bordercolor="#4F6171";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4F6171";
separatorsize=1;
padding=5;
fontsize="11px"; 
fontstyle="normal";
fontfamily="arial";
overfilter="gradientwipe(duration=.5);Alpha(opacity=95);";
outfilter="fade(duration=0.3)";
}

with(milonic=new menuname("photos")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=90; 
aI("text=Las Vegas;url=photos10.html");
aI("text=Our Cars;url=photos10.html");
aI("text=Customer Cars;url=photos10.html");
aI("text=Store;url=photos10.html");
aI("text=Staff;url=photos10.html");
}

with(milonic=new menuname("tint")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=90; 
aI("text=Home and Office;url=inland/index.html");
aI("text=Auto;url=windowtinting.html");

}
with(milonic=new menuname("performance")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=90; 
aI("text=Suspension;url=performance_suspension.html");
aI("text=Engine;url=performance_engine.html");
aI("text=Exhaust;url=performance_exhaust.html");
aI("text=Brakes;url=performance_brake.html");
aI("text=Chassis;url=performance_chassis.html");
}
with(milonic=new menuname("car audio")){
style=menuStyle3;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=150; 
aI("text=In dash head units;url=performance_suspension.html");
aI("text=O.E. Intergration;url=performance_engine.html");
aI("text=Subs;url=performance_exhaust.html");
aI("text=Speakers;url=performance_brake.html");
}
with(milonic=new menuname("pat")){
style=menuStyle3;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=90; 
aI("text=dd;url=performance_suspension.html");
aI("text=Engine;url=performance_engine.html");
aI("text=Exhaust;url=performance_exhaust.html");
aI("text=Brakes;url=performance_brake.html");
aI("text=Chassis;url=performance_chassis.html");
}
with(milonic=new menuname("video")){
style=menuStyle3;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=110; 
aI("text=In Dash Monitors;url=performance_suspension.html");
aI("text=Overhead Monitors;url=performance_engine.html");
aI("text=Headrest Monitors;url=performance_exhaust.html");
aI("text=;url=performance_brake.html");
aI("text=;url=performance_chassis.html");
}
drawMenus();



