fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=10000;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
_CFix = true;




with(menuStyle=new mm_style()){
fontfamily="Arial, Helvetica, sans-serif;";
fontsize="10px";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#330066";
onbgcolor="#E2FFCD";
oncolor="#663399";
padding=5;
separatorcolor="#006600";
separatorwidth=12;
separatorheight=15;
separatorpadding=5;
}

with(subMenuStyle=new mm_style()){
fontfamily="Arial, Helvetica, sans-serif;";
fontsize="11px";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#006600";
oncolor="#006600";
ondecoration="underline";
padding=5;
pagecolor="#339933";
separatorcolor="#006600";
separatorwidth=1;
separatorheight=10;
align="right";
}


with(milonic=new menuname("Main Menu")){
position="relative";
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
overallwidth=540;
aI("status=Return to Home Page;text=HOME;url=/index.cfm;showmenu=home;");
aI("showmenu=plants;text=PLANTS;");
aI("showmenu=marketing;text=MARKETING;");
aI("showmenu=solutions;text=SOLUTIONS;");
aI("showmenu=brokers;text=BROKERS;");
aI("showmenu=shipping;text=SHIPPING;");
}

with(milonic=new menuname("home")){
orientation="horizontal";
style=subMenuStyle;
top="offset=3";
left="offset=-5";
aI("text=Calendar;url=/calendar/;");
aI("text=Catalog Request;url=/forms/catalog_request.cfm;");
}

with(milonic=new menuname("plants")){
orientation="horizontal";
style=subMenuStyle;
top="offset=3";
left="offset=-75";
aI("text=Liner Programs;url=/info/liner_programs.cfm;");
aI("text=Finished Programs;url=/info/finished_programs.cfm;");
aI("text=Varieties A-Z;url=/plants/by_variety.cfm;");
aI("text=Varieties By Color;url=/plants/by_color.cfm;");
aI("text=Must-Haves;url=/plants/must_haves.cfm;");
aI("text=Substitutions;url=/info/substitutions.cfm;");
}

with(milonic=new menuname("marketing")){
orientation="horizontal";
style=subMenuStyle;
top="offset=3";
left="offset=-100";
aI("text=PW Resources;url=/info/pw_resources.cfm;");
aI("text=Retail Programs;url=/info/retail_programs.cfm;");
aI("text=Tag Exchange;url=/info/tag_exchange.cfm;");
aI("text=Gold, Silver &amp; Bronze Key;url=/info/goldkey.cfm;");
aI("text=Calendar;url=/calendar/;");
}

with(milonic=new menuname("solutions")){
orientation="horizontal";
style=subMenuStyle;
top="offset=3";
left="offset=-5";
aI("text=Grower On Call;url=/info/on_call_services.cfm;");
aI("text=Water Testing;url=/info/water_testing.cfm;");
//aI("text=E-Alerts;url=/info/e_alerts.cfm;");
aI("text=In-House Lab;url=/info/in_house_lab.cfm;");
//aI("text=Viruses;url=/info/viruses.cfm;");
aI("text=Culture;url=/info/culture.cfm;");
//aI("text=Flora Soil;url=/info/soil.cfm;");
}

with(milonic=new menuname("brokers")){
orientation="horizontal";
style=subMenuStyle;
top="offset=3";
left="offset=-5";
aI("text=Broker Listing;url=/info/broker_listing.cfm;");
}

with(milonic=new menuname("shipping")){
orientation="horizontal";
style=subMenuStyle;
top="offset=3";
left="offset=-100";
aI("text=Schedule;url=/info/shipping_schedule.cfm;");
aI("text=Methods;url=/info/shipping_methods.cfm;");
aI("text=Packaging;url=/info/shipping_packaging.cfm;");
aI("text=Claims;url=/info/shipping_claims.cfm;");
}

//drawMenus();

