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="#313000";
borderstyle="none";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#313000";
offcolor="#ffffff";
onbgcolor="#ffffff";
oncolor="#313000";
padding=3;
pagebgcolor="#ffffff";
pagecolor="black";
separatorcolor="#313000";
separatorsize=20;
}

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("ourcompany")){
overflow="scroll";
style=SubmenuStyle;
aI("text=Services;url=http://www.bostontreepreservation.com/btp.htm#Services;")
aI("text=General;url=http://www.bostontreepreservation.com/btp.htm;")
aI("text=Meet the Tree Doctors;url=http://www.bostontreepreservation.com/profiles.htm;")
}

with(milonic=new menuname("treeshrubcare")){
overflow="scroll";
style=SubmenuStyle;
aI("text=Services;url=http://www.bostontreepreservation.com/btp.htm#Services;")
aI("text=The Value of Trees;url=http://www.bostontreepreservation.com/general_information.htm;")
aI("text=Common Problems;url=http://www.bostontreepreservation.com/tree_problems.htm;")
aI("text=Hemlock Woolly Adelgid;url=http://www.bostontreepreservation.com/adelgid.htm;")
}

with(milonic=new menuname("products")){
overflow="scroll";
style=SubmenuStyle;
aI("text=Compost Tea;url=http://www.bostontreepreservation.com/compost_tea.htm;")
aI("text=What Are Humates;url=http://www.bostontreepreservation.com/humates.htm;")
aI("text=Organic Product List;url=http://www.bostontreepreservation.com/products.htm;")
aI("text=Organic Tick Control;url=http://www.bostontreepreservation.com/organic-tick-control/otc.html;")
aI("text=Horticultural Oil;url=http://www.bostontreepreservation.com/hort_oil.htm;")
aI("text=Super Soil Garden;url=http://www.supersoilgarden.com;")
}

drawMenus();


