_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(TopMenuStyle=new mm_style()){
onbgcolor="#2949BA";
oncolor="#ffcc00";
offbgcolor="#2949BA";
offcolor="#FFFFFF";
bordercolor="#336699";
borderstyle="solid";
borderwidth=0;
separatorcolor="#AAC8DA";
separatorsize="2";
separatorpadding=10;
padding=2;
fontsize="12";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffcc00";
pagebgcolor="#2949BA";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#2949BA";
oncolor="#ffcc00";
offbgcolor="#2949BA";
offcolor="#FFFFFF";
bordercolor="#336699";
borderstyle="solid";
borderwidth=1;
separatorcolor="#336699";
separatorsize="1";
separatorpadding="5";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffcc00";
pagebgcolor="#2949BA";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Main Menu")){
style=TopMenuStyle;
top=160;
left=178;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.riverstoneresources.com/s/Home.asp;status=Home;");
aI("text=Corporate;status=Corporate;url=http://www.riverstoneresources.com/s/ExecutiveSummary.asp;showmenu=corp");
aI("text=Projects;status=Projects;url=http://www.riverstoneresources.com/s/ProjectsOverview.asp;showmenu=proj");
aI("text=Investor Info;status=Investor Info;url=http://www.riverstoneresources.com/s/StockInfo.asp;showmenu=inv");
aI("text=QwikReport;url=http://www.riverstoneresources.com/s/QwikReport.asp;status=QwikReport;");
aI("text=Contact Us;status=Contact Us;url=http://www.riverstoneresources.com/s/ContactInfo.asp;showmenu=contact");
}

with(milonic=new menuname("corp")){
style=menuStyle;
top=178;
aI("text=Summary;url=/s/ExecutiveSummary.asp;status=Summary;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Information;url=/s/CorporateDirectory.asp;status=Corporate Information;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure");
}

with(milonic=new menuname("proj")){
style=menuStyle;
top=178;
aI("text=Overview;url=/s/ProjectsOverview.asp;status=Projects Overview;");
aI("text=Karma;url=/s/Rambo.asp;status=Karma Project;showmenu=Karma");
aI("text=Ligidi;url=/s/Ligidi.asp;status=Ligidi;");
//aI("text=Yaramoko;url=/s/Yaramoko.asp;status=Yaramoko;");
aI("text=Bissa;url=/s/Bissa.asp;status=Bissa;");
//aI("text=Solna;url=/s/Solna.asp;status=Solna;");
}

with(milonic=new menuname("karma")){
style=menuStyle;
top=205;
left=408;
aI("text=Photo Gallery - Rambo;url=/s/PhotoGallery.asp;status=Photo Gallery - Rambo;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
top=178;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Presentation;url=/s/Presentations.asp;status=Presentation;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top=178;
aI("text=Contact Information;url=/s/ContactInfo.asp;status=Contact Information;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
}


drawMenus();
