_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(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#004895";
offcolor="#FFFFFF";
onbgcolor="#002682";
oncolor="#FFFFFF";
pagebgcolor="#002682";
pagecolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, verdana";
headercolor="#FFFFFF";
headerbgcolor="#002682";
subimage="";
subimagepadding="2";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";

}



with(milonic=new menuname("Decoy")){
left=200;
style=menuStyle;
aI("text=Management;url=/temp/Management.asp;status=Management;");
aI("text=Financial Statements;url=/temp/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/temp/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("corp")){
style=menuStyle;
itemwidth=139;
aI("text=Strategy;url=/temp/Strategy.asp;status=Strategy;");
aI("text=Board;url=/temp/Board.asp;status=Board;");
aI("text=Management;url=/temp/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/temp/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
itemwidth=125;
aI("text=Sierra Leone;url=/temp/SierraLeone.asp;showmenu=sl;status=Sierra Leone;");
//aI("text=Liberia;url=/temp/Liberia.asp;showmenu=lib;status=Liberia;");
aI("text=Guinea;url=/temp/Guinea.asp;showmenu=gui;status=Guinea;");
//aI("text=DRC;url=/temp/DRC.asp;status=DRC;");
aI("text=Country Reviews;url=/temp/CountryReviews.asp;showmenu=cr;status=Country Reviews;");
}

with(milonic=new menuname("sl")){
style=menuStyle;
aI("text=Kono Project;url=/temp/Kono.asp;status=Kono Project;");
//aI("text=BHP JV;url=/temp/BHP.asp;status=BHP JV;");
//aI("text=Gorahun;url=/temp/Zimmi_Gorahun.asp;status=Gorahun;");
//aI("text=Zimmi;url=/temp/Zimmi.asp;status=Zimmi;");
aI("text=Tongo Project;url=/temp/Tongo.asp;status=Tongo Project;");
aI("text=Other Projects;url=/temp/OtherProjects.asp;status=Other Projects;");
//aI("text=Gola;url=/temp/Gola.asp;status=Gola;");
}

//with(milonic=new menuname("lib")){
//style=menuStyle;
//aI("text=Weasua JV;url=/temp/Weasua.asp;status=Weasua JV;");
//aI("text=MCA;url=/temp/MCA_Bea.asp;status=MCA;");
//aI("text=North Bea JV;url=/temp/North_Bea.asp;status=North Bea JV;");
//aI("text=Bea Mts;url=/temp/Bea.asp;status=Bea Mts;");
//}

with(milonic=new menuname("gui")){
style=menuStyle;
aI("text=Mandala;url=/temp/Mandala.asp;status=Mandala;");
aI("text=Bomboko;url=/temp/Bomboko.asp;status=Bomboko;");
aI("text=Ouria;url=/temp/Ouria.asp;status=Ouria;");
aI("text=Bouro;url=/temp/Bouro.asp;status=Bouro;");
aI("text=Droujba;url=/temp/Droujba.asp;status=Droujba;");
//aI("text=Bouro Dykes;url=/temp/Bouro.asp;status=Bouro Dykes;");
//aI("text=De Beers JV;url=/temp/DeBeers.asp;status=De Beers JV;");
}

with(milonic=new menuname("cr")){
style=menuStyle;
aI("text=Sierra Leone;url=/temp/CR_SierraLeone.asp;status=Sierra Leone;");
//aI("text=Liberia;url=/temp/CR_Liberia.asp;status=Liberia;");
aI("text=Guinea;url=/temp/CR_Guinea.asp;status=Guinea;");
//aI("text=DRC;url=/temp/CR_DRC.asp;status=DRC;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
itemwidth=130;
aI("text=News Releases;url=/temp/NewsReleases.asp;status=News Releases;");
aI("text=Media;url=/temp/Media.asp;status=Media;");
aI("text=Financial Statements;url=/temp/FinancialStatements.asp;status=Financial Statements;");
aI("text=AIM Rule 26;url=/temp/AIMRule26.asp;status=AIM Rule 26;");
aI("text=Corporate Governance;url=/temp/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Stock Info;url=/temp/StockInfo.asp;status=Stock Info;");
//aI("text=Presentation;url=/temp/Presentation.asp;status=Presentation;");
aI("text=Photo Gallery;url=/temp/PhotoGalleryMain.asp;showmenu=photogallery;status=Photo Gallery;");
aI("text=Glossary;url=/temp/Glossary.asp;status=Glossary;");
}

with(milonic=new menuname("photogallery")){
style=menuStyle;
aI("text=Sierra Leone;url=/temp/PhotoGallery-SierraLeone.asp;;status=Sierra Leone;");
//aI("text=Liberia;url=/temp/PhotoGallery-Liberia.asp;;status=Liberia;");
aI("text=Guinea;url=/temp/PhotoGallery-Guinea.asp;;status=Guinea;");
//aI("text=DRC;url=/temp/PhotoGallery-DRC.asp;;status=DRC;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
itemwidth=119;
aI("text=Contact Info;url=/temp/ContactUs.asp;status=Contact Info;");
aI("text=Request More Info;url=/temp/InformationRequest.asp;status=Request More Info;");
}

drawMenus();