fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){

}
with(submenu=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="bold";
offcolor="#000000";
menubgimage="offwhite.gif";
oncolor="#ffffff";
onbgcolor="#8C0406";
offbgcolor="transparent";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
separatorcolor="#999999";
separatorsize=1;
subimagepadding=2;
}

with(milonic=new menuname("New")){
overflow="scroll";
style=submenu;
aI("text=New Vehicle Showroom;url=new-vehicles.php;")
aI("text=Savings Certificates;url=savings.php;")
aI("text=Internet Specials;url=auto-specials.htm;")
aI("text=Mitsubishi Incentives;url=dealercontact.htm;")
}

with(milonic=new menuname("Pre")){
style=submenu;
aI("text=Preowned Vehicle Showroom;url=ph-preowned-vehicles.php;")
aI("text=Savings Certificates;url=presavings.php;")
aI("text=Internet Specials;url=pre-specials.htm;")

}

with(milonic=new menuname("Financing")){
style=submenu;
aI("text=Credit Application;url=financing.php;")
aI("text=Payment Calculator;url=calculator.htm;")
}

with(milonic=new menuname("Service")){
style=submenu;
aI("text=Service Department;url=service.htm;")
aI("text=Recalls;url=recalls.php;")
}


with(milonic=new menuname("Parts")){
style=submenu;
aI("text=Parts Department;url=parts.htm;")
}


with(milonic=new menuname("About")){
style=submenu;
aI("text=About Us;url=about.htm;")
aI("text=Company News;url=news.htm;")
aI("text=Staff Directory;url=directory.htm;")
}

with(milonic=new menuname("Contact")){
style=submenu;
aI("text=Contact Us;url=contact.htm;")
aI("text=Staff Directory;url=directory.htm;")
}

drawMenus();

