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()){
bordercolor="#009900";
borderstyle="solid";
borderwidth=0;
fontfamily="Trebuchet MS, Verdana, Arial";
fontsize="80%";
fontstyle="";
fontcolor="#FFFFFF";
headerbgcolor="#009900";
headercolor="#000000";
offbgcolor="#009900";
offcolor="#FFFFFF";
onbgcolor="#FFFFFF";
oncolor="#333333";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#009900";
pagecolor="black";
separatorcolor="#009900";
separatorsize=1;
}




with(milonic=new menuname("About Forbes")){
overflow="scroll";
style=menuStyle;
aI("text=About Us;url=about.html;")
aI("text=History of Forbes Energy;url=history.html;")
aI("text=Our Philosophy;url=philosophy.html;")
aI("text=Our Team;url=team.html;")
}

with(milonic=new menuname("Our Projects")){
overflow="scroll";
style=menuStyle;
aI("text=Dominican Republic;url=dr.html;")
aI("text=Haiti;url=haiti.html;")
aI("text=United States;url=us.html;")
}

with(milonic=new menuname("Community Commitment")){
overflow="scroll";
style=menuStyle;
aI("text=Environmental Benefits;url=benefits.html;")
aI("text=Support for the Region;url=region.html;")
aI("text=Community Support for New England and Rhode Island;url=neri.html;")
}

with(milonic=new menuname("News")){
overflow="scroll";
style=menuStyle;
aI("text=Articles;url=articles.php;")
aI("text=Press Releases;url=press.php;")
aI("text=Video Feeds;url=vf.html;")
}

with(milonic=new menuname("Contact")){
overflow="scroll";
style=menuStyle;
aI("text=Global/US/Headquarters;url=uscontact.html;")
aI("text=Dominican Republic;url=drcontact.html;")
aI("text=Media Inquiries;url=media.html;")
}



drawMenus();
