_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="transparent";
oncolor="#ffba54";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=1;
separatorsize="6";
separatorimage="/i/common/rcw2/menusep.gif";
padding=3;
fontsize="13";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffcc00";
pagebgcolor="transparent";
headercolor="#ffcc00";
headerbgcolor="transparent";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#2a2d60";
oncolor="#ffba54";
offbgcolor="#2a2d60";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffba54";
pagebgcolor="#2a2d60";
headercolor="#ffba54";
headerbgcolor="#2a2d60";
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=1";
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=1";
aI("text=Overview;url=/rcw/Projects.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=Saxendrift & South Bank Middle Orange River Operations;url=/rcw/TransHex.asp;status=Saxendrift & South Bank Middle Orange River Operations;");
aI("text=Niewejaarskraal & South Bank Middle Orange River Operations;url=/rcw/Niewejaarskraal.asp;status=Niewejaarskraal & South Bank Middle Orange River Operations;");
//aI("text=Makoenskloof Property, South Africa;url=/rcw/Makoenskloof.asp;status=Makoenskloof Property, South Africa;");
//aI("text=Galputs Project, South Africa;url=/rcw/GalputsProject.asp;status=Galputs Project, South Africa;");
}

with(milonic=new menuname("news")){
top="offset=1";
style=menuStyle;
aI("text=News Releases;url=/rcw/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=News Releases;");
aI("text=Media Coverage;url=/rcw/MediaCoverage.asp?ReportID=297965;status=Media Coverage;");
//aI("text=Diamond Sales Results;url=/rcw/DiamondSales.asp;status=Diamond Sales Results;");
}

with(milonic=new menuname("inv")){
top="offset=1";
style=menuStyle;
aI("text=Overview;url=/rcw/InvestorCentre.asp;status=Overview;");
aI("text=Stock Quotes;url=/rcw/StockQuotes.asp;status=Stock Quotes;");
aI("text=News Releases;url=/rcw/NewsReleases.asp?DateRange=2008/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("resp")){
style=menuStyle;
top="offset=1";
aI("text=Overview;url=/rcw/CorporateResponsibility.asp;status=Overview;");
aI("text=Social Responsibility;url=/rcw/SocialResponsibility.asp;status=Social Responsibility;");
//aI("text=Community;url=/rcw/Community.asp;status=Community;");
aI("text=Corporate Governance;url=/rcw/CorporateGovernance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=1";
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();