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=0;
_subOffsetLeft=12;

with(menuStyle=new mm_style()){
//bordercolor="#296488";
//borderstyle="solid";
//borderwidth=1;
itemwidth="145"; 
fontfamily="Verdana, helvetica,Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000080";
offcolor="#fff";
onbgcolor="red";
oncolor="#fff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="red";
pagecolor="#ffffff";
separatorcolor="#ffffff";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=4;
}


with(menuStyleFlag=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
itemwidth="153"; 
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#fff";
offcolor="#000";
onbgcolor="#ff0000";
oncolor="#fff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Shadow(color=#777777', Direction=135, Strength=5)";
padding=2;
pagebgcolor="#fff";
pagecolor="black";
separatorcolor="#ff0000";
separatorsize=1;
subimage="d_arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("Main"))
{
overflow="scroll";
style=menuStyle;
aI("text=About Us;url=about.htm;")
aI("text=Why Recycle;url=whyrecycle.htm;")
aI("text=Awards/Memberships;url=awards_memberships.htm;")
aI("text=Newsletter;url=ecycle_news.htm;")
aI("text=FAQ;url=faq_ecycle.htm;")
aI("text=Did You Know?;url=did_you_know.htm;")
aI("text=Contact Us;url=contactus.htm;")
}

with(milonic=new menuname("Flags")){
style=menuStyleFlag;
aI("image=flags/au.gif;text=Australia;url=home.php;");
aI("image=flags/ca.gif;text=Canada;url=home.php;");
aI("image=flags/nz.gif;text=New Zealand;url=home.php");
aI("image=flags/uk.gif;text=UK;url=home.php;");
aI("image=flags/us.gif;text=USA;url=home.php");
}

drawMenus();

