_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=0               // Sub menu top offset
_subOffsetLeft=0            // 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="#00704A";
oncolor="#EA7E1D";
offbgcolor="#00704A";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#FFFFFF";
pagebgcolor="#EA7E1D";
headercolor="#000000";
headerbgcolor="#622524";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Chairman's Message;url=/s/ChairmansMessage.asp;status=Chairman's Message;");
aI("text=Message from Senior Management;url=/s/ManagementMessage.asp;status=Message from Senior Management;");
aI("text=Directors & Management;url=/s/DirectorsandManagement.asp;status=Directors & Management;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Nkani Project (Gabon, West Africa);url=/s/NkaniProject.asp;showmenu=nka;status=Nkani Project (Gabon, West Africa);");
}

with(milonic=new menuname("nka")){
style=menuStyle;

aI("text=Project Details;url=/s/NkaniProject.asp;status=Project Details;");
aI("text=Project Map;url=/s/NkaniProject.asp;status=Project Map;");
aI("text=Technical Documents;url=/s/NkaniProject.asp;status=Technical Documents;");
aI("text=Photo Gallery;url=/s/NkaniProject.asp;status=Photo Gallery;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Fact Sheet;url=/i/pdf/fact_sheet.pdf;target=blank;status=Fact Sheet;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Media;url=/s/Media.asp;status=Media;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=SEDAR;url=http://sedar.com;target=blank;status=SEDAR;");
aI("text=FAQ;url=/s/FAQ.asp;status=FAQ;");
//aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.asp;status=Contact Info;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
}

drawMenus();