_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // 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="#333333";
oncolor="#cccccc";
offbgcolor="#333333";
offcolor="#999999";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="12";
fontweight="normal";
fontfamily="Arial, helvetica";
pagecolor="#CCCCCC";
pagebgcolor="#333333";
headercolor="#000000";
headerbgcolor="#333333";
subimage="";
bgimage="http://www.rocamines.com/i/common2/nav-off.gif";
overbgimage="http://www.rocamines.com/i/common2/nav-on.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#333333";
oncolor="#ffffff";
offbgcolor="#333333";
offcolor="#999999";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="12";
fontweight="normal";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#333333";
headercolor="#000000";
headerbgcolor="#333333";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("a")){
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("b")){
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("c")){
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=Fact Sheet;url=/i/pdf/fact_sheet.pdf;target=blank;status=Fact Sheet;");
aI("text=Presentations and Videos;url=/s/Presentations.asp;status=Presentations and Videos;");
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("d")){
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;");
}

with(milonic=new menuname("i2")){
style=menuStyle2;
aI("text=Upcoming Events;url=/s/UpcomingEvents.asp;status=Upcoming Events;");
aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
aI("text=ROK Report;url=/s/RokReport.asp;status=ROK Report;");
aI("text=FAQ;url=/s/FAQ.asp;status=FAQ;");
aI("text=Contact Us;url=/s/Contact.asp;status=Contact Us;");
}

drawMenus();
