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()){
styleid=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontweight="bold";
headerbgcolor="#003300";
headercolor="#ffffff";
offcolor="#ffffff";
oncolor="#88bdf1";
outfilter="fade(duration=0.5)";
pagecolor="#ffffff";
align="center";
rawcss="padding:4px 15px 1px 15px;text-align:center;";
separatorcolor="#FFFFFF";
separatorheight=18;
separatorsize=1;
position="relative";
}

with(submenuStyle=new mm_style()){
bordercolor="#003300";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12px";
fontweight="bold";
headercolor="#000000";
offbgcolor="#E9E9E9";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#000000";
outfilter="fade(duration=0.5)";
padding=5;
pagecolor="black";
subimage="http://www.milonic.com/menuimages/9x6_rightbend_grey.gif";
rawcss="text-align:left;";
subimagepadding=8;
}

with(milonic=new menuname("About")){
itemheight=14;
style=submenuStyle;
rawcss="margin-top:5px;padding-left:5px;padding-right:15px";
// aI("text=Request a Speaker;url=/index.cfm?fuseaction=about.speaker;");
aI("text=About Us;url=/about.cfm;");
aI("text=Partners;url=/partners.cfm;");
// aI("text=Mission, Goals and Objectives;url=/goals_objectives.cfm;"); //
// aI("showmenu=Board;text=Board Information;"); //
aI("text=Contact Us;url=/contact.cfm;");
}

with(milonic=new menuname("Business")){
itemheight=14;
style=submenuStyle;
rawcss="margin-top:5px;padding-left:5px;padding-right:15px";
// aI("text=Timber Sales / Classifieds;url=/classifieds.cfm;"); // 
// aI("text=Place an Ad;url=/place_classified_ad.cfm;"); //
aI("text=Biomass Producers;url=/biomass_producers.cfm;");
aI("text=Logging Contractors;url=/logging_contractors.cfm;");
aI("text=Utilize Biomass;url=/utilize_biomass.cfm;");
}

with(milonic=new menuname("Timber")){
itemheight=12;
style=submenuStyle;
rawcss="margin-top:5px;margin-left:6px;padding-left:5px;padding-right:15px";
aI("text=Buy Timber;url=/classifieds/;");
aI("text=Sell Timber;url=/index.cfm?fuseaction=classifieds.sell_timber;");
}

with(milonic=new menuname("Gallery")){
itemheight=12;
style=submenuStyle;
rawcss="margin-top:5px;margin-left:6px;padding-left:5px;padding-right:15px";
aI("text=Photo Gallery;url=/gallery.cfm;");
aI("text=Video Gallery;url=/gallery_video.cfm;");
}

with(milonic=new menuname("Information")){
itemheight=14;
style=submenuStyle;
rawcss="margin-top:5px;padding-left:5px;padding-right:15px";
aI("text=Articles;url=/articles.cfm;");
// aI("text=FAQs;url=/index.cfm?fuseaction=information.faq&module=blog&id=34;"); //
aI("text=Glossary of Terms;url=/glossary.cfm;");
aI("text=Helpful Links;url=/links.cfm;");
// aI("text=Help Desk;url=/index.cfm?fuseaction=help.main;"); //
aI("text=Downloads;url=/downloads.cfm;");
// aI("text=Request a Speaker;url=/index.cfm?fuseaction=about.speaker;"); //
// aI("text=Register;url=/register.cfm;"); //
}

drawMenus();

