_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(mainStyle=new mm_style()){
onbgcolor="#8D7262";
oncolor="#ffcc00";
offbgcolor="#8D7262";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=1;
separatorcolor="";
separatorsize="0";
padding=3;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffcc00";
pagebgcolor="#8D7262";
headercolor="#ffcc00";
headerbgcolor="#8D7262";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#8D7262";
oncolor="#ffffff";
offbgcolor="#8D7262";
offcolor="#ffcc00";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize="0";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#8D7262";
headercolor="#ffffff";
headerbgcolor="#8D7262";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}


with(milonic=new menuname("comp")){
top="offset=3";
style=menuStyle;
aI("text=Company Overview;url=/rcw/CompanyOverview.asp;status=Company Overview;");
aI("text=Company Information;url=/rcw/CompanyInformation.asp;status=Corporate Information;");
aI("text=Management;url=/rcw/Management.asp;status=Management;");
aI("text=Corporate Governance;url=/rcw/CorporateGovernance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("prj")){style=menuStyle;
top="offset=3";
aI("text=Overview;url=/rcw/Properties.asp;status=Overview;");
aI("text=Holpan-Klipdam Property, South Africa;url=/rcw/Holpan-Klipdam.asp;status=Holpan-Klipdam Property, South Africa;");
aI("text=Wouterspan Property, South Africa;url=/rcw/Wouterspan.asp;status=Wouterspan Property, South Africa;");
aI("text=Makoenskloof Property, South Africa;url=/rcw/Makoenskloof.asp;status=Makoenskloof Property, South Africa;");
aI("text=Trans Hex Middle Orange River Operations and Projects;url=/rcw/TransHex.asp;status=Trans Hex Middle Orange River Operations and Projects;");
aI("text=Kwango River Project, Democratic Republic of Congo;url=/rcw/KwangoRiver.asp;status=Cuango River Project, Democratic Republic of Congo;");
aI("text=Galputs Project, South Africa;url=/rcw/GalputsProject.asp;status=Galputs Project, South Africa;");
}

with(milonic=new menuname("inv")){
top="offset=3";
style=menuStyle;
aI("text=Investor Centre;url=/rcw/InvestorCentre.asp;status=Investor Centre;");
aI("text=Stock Quotes;url=/rcw/StockQuotes.asp;status=Stock Quotes;");
aI("text=News Releases;url=/rcw/NewsReleases.asp?DateRange=2007/01/01...2008/12/31;status=News Releases;");
aI("text=Media Coverage;url=/rcw/MediaCoverage.asp?ReportID=297965;status=Media Coverage;");
aI("text=Analyst Coverage;url=/rcw/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Presentations;url=/rcw/Presentations.asp;status=Presentations;");
aI("text=Financials;url=/rcw/Financials.asp;status=Financials;");
aI("text=SEDAR Filings;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00003171;target=blank;status=SEDAR Filings;");
aI("text=Corporate Events;url=/rcw/CorporateEvents.asp;status=Corporate Events;");
}

with(milonic=new menuname("contact")){style=menuStyle;
top="offset=3";
aI("text=Contact Us;url=/rcw/ContactUs.asp;status=Contact Us;");
aI("text=Request More Info;url=/rcw/InformationRequest.asp;status=Request More Info;");
}

drawMenus();
