_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="#999999";
oncolor="#ffffff";
offbgcolor="#999999";
offcolor="#000000";
bordercolor="";
borderstyle="none";
borderwidth=1;
separatorcolor="";
separatorsize="0";
padding=1;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#999999";
headercolor="#000000";
headerbgcolor="#999999";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#999999";
oncolor="#ffffff";
offbgcolor="#999999";
offcolor="#000000";
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize="0";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#999999";
headercolor="#ffffff";
headerbgcolor="#999999";
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=/arq/CompanyOverview.asp;status=Company Overview;");
aI("text=Company Information;url=/arq/CompanyInformation.asp;status=Corporate Information;");
aI("text=Management;url=/arq/Management.asp;status=Management;");
aI("text=Corporate Governance;url=/arq/CorporateGovernance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("prj")){
top="offset=3";
style=menuStyle;
aI("text=Overview;url=/arq/Projects.asp;status=Overview;");
aI("text=Boikgantsho Joint Venture;url=/arq/Boikgantsho.asp;status=Boikgantsho Joint Venture;");
aI("text=Ga-Phasha Joint Venture;url=/arq/Ga-Phasha.asp;status=Ga-Phasha Joint Venture;");
aI("text=Rietfontein;url=/arq/Rietfontein.asp;status=Rietfontein;");
}

with(milonic=new menuname("inv")){
top="offset=3";
style=menuStyle;
aI("text=Investor Centre;url=/arq/InvestorCentre.asp;status=Investor Centre;");
aI("text=Stock Quotes;url=/arq/StockQuotes.asp;status=Stock Quotes;");
aI("text=News Releases;url=/arq/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=News Releases;");
aI("text=Media Coverage;url=/arq/MediaCoverage.asp;status=Media Coverage;");
aI("text=Analyst Coverage;url=/arq/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Presentations;url=/arq/Presentations.asp;status=Presentations;");
aI("text=Financials;url=/arq/Financials.asp;status=Financials;");
aI("text=SEDAR Filings;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00004166;target=blank;status=SEDAR Filings;");
}

with(milonic=new menuname("contact")){style=menuStyle;
top="offset=3";
aI("text=Contact Us;url=/arq/ContactUs.asp;status=Contact Us;");
aI("text=Request More Info;url=/arq/InformationRequest.asp;status=Request More Info;");
}

drawMenus();