_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()){
onbgcolor="#CC6600";
oncolor="#ffffff";
offbgcolor="#852C00";
offcolor="#ffffff";
bordercolor="#852C00";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#CC6600";
headercolor="#ffffff";
headerbgcolor="#CC6600";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("tmp")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Overview;url=/s/Overview.asp;status=Overview;");
aI("text=Management & Directors;url=/s/Management.asp;status=Management & Directors;");
aI("text=Corporate Directory;url=/s/CorporateFacts.asp;status=Corporate Directory;");
aI("text=Social Responsibility;url=/s/Accountability.asp;status=Social Responsibility;");
//aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
//aI("text=Mineral Resources;url=/s/ResourcesReserves.asp;status=Mineral Resources;");
//aI("text=Projects Overview;url=/s/ProjectsOverview.asp;status=Projects Overview;");
aI("text=Kouroussa Project;url=/s/KouroussaProject.asp?ReportID=105159;status=Kouroussa Project;");
//aI("text=Siguiri Project;url=/s/SiguiriProject.asp?ReportID=105158;status=Siguiri Project;");
aI("text=About Guinea;url=/s/AboutGuinea.asp;status=About Guinea;");
//aI("text=About West Africa;url=/s/AboutWestAfrica.asp;status=About West Africa;");
aI("text=Nassile Project;url=/s/Nassile.asp;status=Nassile Project;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
//aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Stock Quote;url=/s/StockInformation.asp;status=Stock Quote;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
//aI("text=Informational Materials;url=/s/Brochures.asp;status=Informational Materials;");
//aI("text=Events & Updates;url=/s/Events.asp;status=Events & Updates;");
//aI("text=Contact Investor Relations;url=/s/InvestorInformation.asp?ReportID=106058;status=Contact Investor Relations;");
aI("text=Financials;url=/s/FinancialStatements.asp;status=Financials;");
aI("text=Management Discussion & Analysis;url=/s/MDA.asp;status=Management Discussion & Analysis;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Brochures;url=/s/Brochures.asp;status=Brochures;");
aI("text=QwikReport;url=/s/QwikReport.asp;status=QwikReport;");
}

drawMenus();
