_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#6B8E23";
oncolor="#ffffff";
offbgcolor="#808000";
offcolor="#ffffff";
bordercolor="#FFEFD5";
borderstyle="solid";
borderwidth=1;
separatorcolor="#EEE8AA";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#606000";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="menu/arrow.gif";
subimagepadding="4";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Lawn")){
style=menuStyle;
aI("text=Lawns;url=lg_l_lawn.htm;");
aI("text=Waterwise Landscaping;url=lg_l_waterwise.htm;");
aI("text=Basic Landscape Design;url=lg_l_design.htm;");
aI("text=Butterfly Gardens;url=lg_l_butterfly.htm;");
}

with(milonic=new menuname("Ornamental")){
style=menuStyle;
aI("text=Annual &amp; Perennial Flowers;url=lg_o_annuals.htm;");
aI("text=Vines &amp; Groundcovers;url=lg_o_vines.htm;");
aI("text=Trees &amp; Shrubs;url=lg_o_trees.htm;");
aI("text=Roses;url=lg_o_roses.htm;");
aI("text=Houseplants;url=lg_o_houseplants.htm;");
}

with(milonic=new menuname("Edible")){
style=menuStyle;
aI("text=Fruits;url=lg_e_fruit.htm;");
aI("text=Nuts;url=lg_e_nuts.htm;");
aI("text=Vegetables;url=lg_e_vegetables.htm;");
aI("text=Herbs;url=lg_e_herbs.htm;");
}

with(milonic=new menuname("Problems")){
style=menuStyle;
aI("text=Organic Gardening;url=mpp_organic.htm;");
aI("text=Insects &amp; Other Pests;url=lg_p_pests.htm;");
aI("text=Plant Diseases;url=lg_p_diseases.htm;");
aI("text=Weeds;url=lg_p_weeds.htm;");
aI("text=Unwelcomed Wildlife;url=mpp_wildlife.htm;");
}

with(milonic=new menuname("Other")){
style=menuStyle;
aI("text=Soil, Nutrients &amp; Composting;url=ot_soilcompost.htm;");
aI("text=Plant Propagation;url=ot_propagation.htm;");
}

drawMenus();
