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="Arial";
fontsize="8pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offcolor="#ffffff";
oncolor="#ffffff";
outfilter="fade(duration=0.5)";
pagecolor="white";
rawcss="padding-top:5px;padding-bottom:1px";
separatorcolor="#CCCCCC";
separatorheight=16;
separatorsize=1;
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#CDCDCD";
borderwidth=1;
fontfamily="Arial";
fontsize="9pt";
fontweight="normal";
headercolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#9C0030";
oncolor="#ffffff";
outfilter="fade(duration=0.5)";
padding=5;
pagecolor="black";
subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=21;
itemwidth=130;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=120;
aI("align=center;bgimage=menu/item.gif;overbgimage=menu/item_on.gif;text=HOME;url=index.html;");
aI("align=center;bgimage=menu/item.gif;overbgimage=menu/item_on.gif;showmenu=actualites;text=NEWS;");
aI("align=center;bgimage=menu/item.gif;overbgimage=menu/item_on.gif;showmenu=eole;text=EOLE-RES;");
aI("align=center;bgimage=menu/item.gif;overbgimage=menu/item_on.gif;showmenu=parcs;text=SITES & PROJECTS;");
aI("align=center;bgimage=menu/item.gif;overbgimage=menu/item_on.gif;showmenu=energie;text=WIND POWER;");
aI("align=center;bgimage=menu/item.gif;overbgimage=menu/item_on.gif;showmenu=contact;text=CONTACT US;");
}

with(milonic=new menuname("actualites")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=Eole-Res News;url=news_eoleres.html;");
aI("text=Industry News;url=news_industry.html;");
}

with(milonic=new menuname("eole")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=Who we are;url=presentation.html;");
aI("text=What we do;url=activites.html;");
aI("showmenu=develdurable;text=Sustainable&nbsp;&nbsp;&nbsp;&nbsp;&raquo; development;");
}

with(milonic=new menuname("develdurable")){
style=submenuStyle;
aI("text=Sustainable Development and EOLE-RES;url=developpement_durable.html;");
aI("text=Environnement;url=environment.html;");
aI("text=Education;url=education.html;");
aI("text=Solidarity;url=solidarity.html;");
aI("text=Culture;url=culture.html;");
}

with(milonic=new menuname("parcs")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=Active wind farms;url=parcs_en_activite.html;");
aI("text=Wind farms under development;url=parcs_en_cours.html;");
aI("text=Solar Projects;url=solar_projects.html;");
}

with(milonic=new menuname("energie")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=About wind power;url=aboutwindpower.html;");
aI("text=FAQ;url=faq.html;");
aI("text=Glossary;url=glossary.html;");
aI("text=Links;url=links.html;");
}

with(milonic=new menuname("contact")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=address and phone number;url=contact.html;");
aI("target=_new;text=Location map;url=http://www.courtine.asso.fr/plan.php?id=56;");
}

drawMenus();

