


_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()){
oncolor="#009900";
offbgcolor="#999999";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, Tahoma";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../graphics/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
outfilter="fade(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
down=2;
screenposition="top;center"
alwaysvisible=5;
followscroll="1";
orientation="horizontal";
aI("text= Home;url=../index.htm;");
aI("text=GAWA;showmenu=gawa;");
aI("text=Country Profiles;showmenu=profiles;");
aI("text=Organisations;showmenu=organisations;");
aI("text=Results;showmenu=results;");
aI("text=Contact;url=../contact.htm;");
aI("text=Project Database;url=../gawadb_frame.htm;");
}

with(milonic=new menuname("gawa")){
style=menuStyle;
overflow="scroll";
aI("text=Strategy 2009;url=../gawa/strategy.htm;");
aI("text=Background;url=../gawa/background.htm;");
aI("text=Mission;url=../gawa/mission.htm;");
aI("text=Support;url=../gawa/support.htm;");
aI("text=Documents;url=../gawa/documents.htm;");
}

with(milonic=new menuname("profiles")){
style=menuStyle;
overflow="scroll";
aI("text=Benin;url=../country/benin.htm;");
aI("text=Burkina;url=../country/burkina.htm;");
aI("text=Cote d'Ivoire;url=../country/ivory.htm;");
aI("text=Gambia, The;url=../country/gambia.htm;");
aI("text=Ghana;url=../country/ghana.htm;");
aI("text=Guinea;url=../country/guinea.htm;");
aI("text=Liberia;url=../country/liberia.htm;");
aI("text=Mali;url=../country/mali.htm;");
aI("text=Nigeria;url=../country/nigeria.htm;");
aI("text=Senegal;url=../country/senegal.htm;");
aI("text=Sierra Leone;url=../country/sierra.htm;");
aI("text=Togo;url=../country/togo.htm;");
aI("text=Guinee Bissau;url=../country/bissau.htm;");
aI("text=Niger;url=../country/niger.htm;");
aI("text=Cabo Verde;url=../country/verde.htm;");
aI("text=Mauritania;url=../country/mauri.htm;");
}

with(milonic=new menuname("organisations")){
style=menuStyle;
overflow="scroll";
aI("text=Benin;showmenu=benin;");
aI("text=Ghana;showmenu=ghana;");
aI("text=Liberia;showmenu=liberia;");
aI("text=Mali;showmenu=mali;");
aI("text=Nigeria;showmenu=nigeria;");
aI("text=Senegal;showmenu=senegal;");
aI("text=Sierra Leone;showmenu=sierra;");
aI("text=Togo;showmenu=togo;");
aI("text=Guinea Bissua;showmenu=bissua.htm;");
aI("text=Niger;showmenu=niger.htm;");
aI("text=Gambia;showmenu=gambia.htm;");
aI("text=Cabo Verdae;showmenu=verde.htm;");
aI("text=Cote d'Ivoire;showmenu=ivoire.htm;");
aI("text=Burkina;showmenu=burkina.htm;");
}

with(milonic=new menuname("benin")){
style=menuStyle;
overflow="scroll";
aI("text=AVPN;url=../org/benin_avpn.htm;onfunction=showtip('Association Vive le Paysan Nouveau');");
aI("text=CeRGET;url=../org/benin_cerget.htm;onfunction=showtip('Centre de Recherche pour la Gestion de la Biodiversité et du Terroir');");
aI("text=Eco-Benin;url=../org/benin_eco.htm;onfunction=showtip('Benin Ecotourism Concern');");
aI("text=Eco-Ecolo;url=../org/benin_ecolo.htm;onfunction=showtip('Eco-Ecolo');");
aI("text=Femmes Solidaires;url=../org/benin_femmes.htm;onfunction=showtip('Association Femmes Solidaires du B&eacute;nin');");
aI("text=GRABE-Benin;url=../org/benin_grabe.htm;onfunction=showtip('Groupe de Recherche et d'Action pour le Bien-Etre au Benin');");
aI("text=Nature Tropicale;url=../org/benin_nt.htm;onfunction=showtip('Text');");
}

with(milonic=new menuname("ghana")){
style=menuStyle;
overflow="scroll";
aI("text=EPAG;url=../org/ghana_epag.htm;onfunction=showtip('Environmental Protection Association of Ghana');");
aI("text=FoN;url=../org/ghana_fon.htm;onfunction=showtip('Friends of the Nation');");
aI("text=GACON;url=../org/ghana_gacon.htm;onfunction=showtip('Ghana Association for Conservation');");
aI("text=GNADO;url=../org/ghana_gnado.htm;onfunction=showtip('Gia/Nabio Agroforestry Development Organization');");
aI("text=Green Earth;url=../org/ghana_geo.htm;onfunction=showtip('Green Earth Organisation');");
aI("text=TORUDES;url=../org/ghana_torudes.htm;onfunction=showtip(Together Rural Development Solidarity');");
}

with(milonic=new menuname("liberia")){
style=menuStyle;
overflow="scroll";
aI("text=EFA-Liberia;url=../org/lib_efa.htm;onfunction=showtip('Environmental Foundation for Africa');");
aI("text=Gecomsa;url=../org/lib_gecomsa.htm;onfunction=showtip('Grand Gedeh Community Servant Association');");
aI("text=SDI;url=../org/lib_sdi.htm;onfunction=showtip('Sustainable Development Initiative');");
aI("text=SAMFU;url=../org/lib_samfu.htm;onfunction=showtip('Save My Future');");
}

with(milonic=new menuname("mali")){
style=menuStyle;
overflow="scroll";
aI("text=AMCFE;url=../org/mali_amcfe.htm;onfunction=showtip('Association Malienne pour la Conservation de la Faune et de l Environnement');");
aI("text=Omadeza;url=../org/mali_omadeza.htm;onfunction=showtip('omadeza');");
aI("text=Stop-Sahel;url=../org/mali_stop.htm;onfunction=showtip('Stop Sahel');");
aI("text=Yere Deme;url=../org/mali_yere.htm;onfunction=showtip('Yere Deme');");
}

with(milonic=new menuname("nigeria")){
style=menuStyle;
overflow="scroll";
aI("text=SCN;url=../org/nig_scn.htm;onfunction=showtip('Savanna Conservation Nigeria');");
}

with(milonic=new menuname("senegal")){
style=menuStyle;
overflow="scroll";
aI("text=SOS Environnement;url=../org/senegal_sos.htm;onfunction=showtip('SOS Environnement');");
}

with(milonic=new menuname("sierra")){
style=menuStyle;
overflow="scroll";
aI("text=BioSalone;url=../org/sl_bio.htm;");
aI("text=BRACO;url=../org/sl_braco.htm;onfunction=showtip('Beautification, Rehabilitation and Conservation Organization');");
aI("text=CADEM;url=../org/sl_cadem.htm;onfunction=showtip('Community Advocay and Development Movement');");
aI("text=CBR;url=../org/sl_cbr.htm;onfunction=showtip('Center for Biodiversity Research');");
aI("text=CSSL;url=../org/sl_cssl.htm;onfunction=showtip('Conservation Society of Sierra Leone');");
aI("text=CHEC-SIL;url=../org/sl_checsil.htm;onfunction=showtip('Council for Human Ecology');");
aI("text=Environmental Forum for Action;url=../org/sl_forum.htm;onfunction=showtip('Environmental Forum for Action');");
aI("text=EFA-Sierra Leone;url=../org/sl_efa.htm;onfunction=showtip('Environmental Foundation for Africa');");
aI("text=FBC;url=../org/sl_fbc.htm;onfunction=showtip('Dep. of Biological Sciences, Fourah Bay College');");
aI("text=FOESL;url=../org/sl_foesl.htm;onfunction=showtip('Friends of the Earth');");
aI("text=FORPS;url=../org/sl_forps.htm;onfunction=showtip('Forest Resources Promoters ');");
aI("text=Green Scenery;url=../org/sl_gs.htm;onfunction=showtip('Green Scenery');");
aI("text=NUBIO;url=../org/sl_njala.htm;onfunction=showtip('Dep. of Biological Sciences, Njala University');");
aI("text=One Sky;url=../org/sl_onesky.htm;onfunction=showtip('The Canadian Institute for Sustainable Living');");
aI("text=OREINT;url=../org/sl_oreint.htm;onfunction=showtip('Organization for Research and Extension of Intermediate Technology');");
aI("text=Tacugama;url=../org/sl_tacugama.htm;onfunction=showtip('Tacugama Chimpanzee Sanctuary');");
aI("text=UEJ;url=../org/sl_uej.htm;onfunction=showtip('Union of Environmental Journalists');");
}

with(milonic=new menuname("togo")){
style=menuStyle;
overflow="scroll";
aI("text=ADT-Togo;url=../org/togo_adt.htm;onfunction=showtip('Les Amis de la Terre');");
aI("text=Les Compagnons Ruraux;url=../org/togo_ruraux.htm;");
aI("text=TEE;url=../org/togo_tee.htm;onfunction=showtip('Togo Energie et Environnement ');");
}

with(milonic=new menuname("results")){
style=menuStyle;
overflow="scroll";
aI("text=Results;url=../stories/results.htm;");
}

with(milonic=new menuname("stories")){
style=menuStyle;
overflow="scroll";
aI("text=Unity in Action in Sierra Leone;url=../stories/story_enforac.htm;");
aI("text=Mangrove conservation and restoration;url=../stories/story_mangrove.htm;");
aI("text=Solar energy promotion in Benin;url=../stories/story_solar.htm;");
aI("text=Forest restoration in Togo;url=../stories/story_togo.htm;");
aI("text=Protection of Sacred Groves in Ghana;url=../stories/story_ghana.htm;");
aI("text=Conservation and Ecotourism on Tiwai Island;url=../stories/story_tiwai.htm;");
}

drawMenus();

