


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5            // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#CAD1DD";
oncolor="#ffffff";
offbgcolor="#CAD1DD";
offcolor="#333333";
bordercolor="#CAD1DD";
borderstyle="solid";
borderwidth=1;
separatorcolor="#A8B7C8";
separatorsize="1";
padding=5;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="graphics/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=85;
rigth="right";
alwaysvisible=10;
followscroll="1";
orientation="horizontal";
aI("text=Home;url=index.htm;");
aI("text=History;showmenu=History;");
aI("text=How We Work;showmenu=How We Work;");
aI("text=Where We Work;showmenu=Where We Work;");
aI("text=Ongoing Projects;showmenu=Ongoing Projects;");
aI("text=Previous Projects;showmenu=Previous Projects;");
aI("text=Resources;showmenu=Resources;");
aI("text=Contact Us;showmenu=Contact Us;");
}

with(milonic=new menuname("History")){
style=menuStyle;
overflow="scroll";
aI("text=About Us;url=1_wwa/aboutus.htm;");
aI("text=The Early Years;url=1_wwa/earlyyears.htm;");
aI("text=The Liberian Experience;url=1_wwa/liberianexperience.htm;");
aI("text=Scaling up the Mission;url=1_wwa/scalingup.htm;");
}

with(milonic=new menuname("How We Work")){
style=menuStyle;
overflow="scroll";
aI("text=Our Donors and Partners;url=2_hww/donors.htm;");
aI("text=Our Expertise;url=2_hww/expertise.htm;");
aI("text=Board of Trustees and Staff;url=2_hww/board_staff.htm;");
}

with(milonic=new menuname("Where We work")){
style=menuStyle;
overflow="scroll";
aI("text=Sierra Leone;url=3_www/sl.htm;onfunction=showtip('Sierra Leone;");
aI("text=Liberia;url=3_www/lib.htm;onfunction=showtip('Liberia');");
aI("text=Regional;url=3_www/reg.htm;onfunction=showtip('Regional');");
aI("text=Ireland and UK;url=3_www/uk-ire.htm;onfunction=showtip('Ireland and UK');");
}

with(milonic=new menuname("Ongoing Projects")){
style=menuStyle;
overflow="scroll";
aI("text=The Environmental Forum for Action (ENFORAC);url=4_projects/chair.htm;");
aI("text=Tiwai Island Wildlife Santuary ;url=4_projects/tiwai.htm;");
aI("text=Regional Focal Point Initiative ;url=4_projects/focal.htm;");
aI("text=Renewable Energy Programme;url=4_projects/energy.htm;");
aI("text=Food Security and Economic Development ;url=4_projects/fosed.htm;");
aI("text=Biodiversity Conservation Liberia ;url=4_projects/conser.htm;");
aI("text=Biodiversity Learning Center;url=4_projects/bio.htm;");
}

with(milonic=new menuname("Previous Projects")){
style=menuStyle;
overflow="scroll";
aI("text=Socially and Environmentally Responsible Mining in Sierra Leone;url=5_pp/mining.htm;");
aI("text=FuelWood Project for Youth Empowerment;url=5_pp/fuel.htm;");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
overflow="scroll";
aI("text=Library;url=6_res/library.htm;");
aI("text=Photo Gallery ;url=6_res/photogallery.htm;");
aI("text=Video Centre ;url=6_res/video.htm;");
aI("text=Documents ;url=6_res/documents.htm;");
}

with(milonic=new menuname("Contact Us")){
style=menuStyle;
overflow="scroll";
aI("text=Contact Us;url=7_con/contact us.htm;");
}

drawMenus();

