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=-1;
buildAfterLoad=true;

with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="none";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#000099";
padding=1;
pagebgcolor="#ffffff";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
}

with(SubmenuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#D6DECA";
oncolor="#000099";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#eeeeee";
separatorsize=1;
}

with(milonic=new menuname("General")){
overflow="scroll";
style=SubmenuStyle;
aI("text=About Us;url=http://www.arborjet.com/our-company.htm;")
aI("text=Events;url=http://www.arborjet.com/events.htm;")
aI("text=Photo Gallery;url=http://www.arborjet.com/research/photo-gallery.htm;")
aI("text=Links;url=http://www.arborjet.com/links.htm;")
aI("text=Customer Testimonials;url=http://www.arborjet.com/testimonials.htm;")
aI("text=Company Profile;url=http://www.arborjet.com/profiles.htm;")
}

with(milonic=new menuname("Products")){
overflow="scroll";
style=SubmenuStyle;
aI("text=Delivery Systems;url=http://www.arborjet.com/products/devices.htm;")
aI("text=Formulations;url=http://www.arborjet.com/products/injectables.htm;")
aI("text=Arborplugs;url=http://www.arborjet.com/products/arborplug.htm;")
aI("text=Replacement Parts;url=http://www.arborjet.com/order-products/replacement-parts.htm;")
aI("text=Marketing Material;url=http://www.arborjet.com/products/marketing-material.htm;")
aI("text=Order Products;url=http://www.arborjet.com/order-products/products.htm;")
}
with(milonic=new menuname("News")){
overflow="scroll";
style=SubmenuStyle;
aI("text=News Articles;url=http://www.arborjet.com/blog/;")
aI("text=Press Releases;url=http://www.arborjet.com/press-releases.htm;")
}

with(milonic=new menuname("Research")){
overflow="scroll";
style=SubmenuStyle;
aI("text=About Research;url=http://www.arborjet.com/research/about-research-and-development.htm;")
aI("text=Effective Results;url=http://www.arborjet.com/research/effective-results-eab1.htm;")
aI("text=Reports;url=http://www.arborjet.com/research/reports.htm;")
aI("text=Presentations;url=http://www.arborjet.com/research/presentations.htm;")
}

with(milonic=new menuname("Contact")){
overflow="scroll";
style=SubmenuStyle;
aI("text=Request More Info;url=http://www.arborjet.com/contact-form.htm;")
aI("text=TruGreen Branches;url=http://www.arborjet.com/docs/trugreen-page.pdf;")
aI("text=Service Providers;url=http://www.arborjet.com/docs/service-providers.pdf;")
aI("text=Distributors;url=http://www.arborjet.com/docs/distributors.pdf;")
}

drawMenus();

