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="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#993300";
offcolor="#ffffff";
onbgcolor="#ffffff";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#ffffff";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="siteimages/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=75;
orientation="horizontal";
style=menuStyle;
top=775;
aI("showmenu=Home;text=Home;url=home.htm;");
aI("showmenu=Governance;text=Governance;");
aI("showmenu=Projects;text=Projects;");
aI("showmenu=Programmes;text=Programmes;");
aI("showmenu=Events;text=Events;url=events.htm;");
aI("showmenu=Resources;text=Resources;url=resources.htm;");
aI("showmenu=Team IDF;text=Team IDF;url=team.htm;");
aI("showmenu=Contact;text=Contact;url=contact.htm;");
}

with(milonic=new menuname("Home")){
style=menuStyle;
aI("text=Objectives;url=objectives.htm;");
aI("text=Testimonials;url=Testimonials.htm;");
}


with(milonic=new menuname("Governance")){
style=menuStyle;
aI("text=Governing Board & Board of Trustees;url=governance.htm;");
aI("text=Executive Board;url=board.htm;");
}

with(milonic=new menuname("Programmes")){
style=menuStyle;
aI("text=Microfinance;url=Microfinance.htm;");
aI("text=Self Help Group;url=self.htm;");
aI("text=Group Enterprise Clusters;url=group.htm;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Rural Poverty Alleviation;url=rural.htm;");
aI("text=Urban Poverty Alleviation;url=urban.htm;");
aI("text=Entrepreneurship;url=Entrepreneurship.htm;");
aI("text=Research & Studies;url=research.htm;");
}
drawMenus();

