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(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=greyStyle;
aI("text=Home;url=index.htm");
aI("showmenu=Recycling;text=About Recycling;");
aI("offbgcolor=#99CCFF;showmenu=Beaches;text=Beaches & Marine;");
aI("offbgcolor=#9BBB59;showmenu=Composting;text=Composting;");
aI("offbgcolor=#CF99FF;showmenu=Nappies;text=Real Nappies;");
aI("text=Events;url=events.htm");
aI("showmenu=Publications;text=Publications;");
aI("showmenu=Links;text=Links;");
aI("text=Contact Us;url=contactus.htm");
}


drawMenus();

