_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 Netscape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#cbaf79";
oncolor="#FFFFFF";
offbgcolor="#e1e1e1";
offcolor="#b47806";
bordercolor="#b4b4b4";
borderstyle="solid";
borderwidth=1;
separatorcolor="#b4b4b4";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#FFFFFF";
pagebgcolor="#cbaf79";
headercolor="#cbaf79";
headerbgcolor="#cbaf79";
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("About")){
style=menuStyle;
aI("text=Overview;url=/s/AboutUs.asp;status=Overview;");
//aI("text=Conversation with CEO;url=/s/QAwithCEO.asp;status=Conversation with CEO;");
aI("text=Directors & Management;url=/s/Management.asp;status=Directors & Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Share Capitalization;url=/s/ShareStructure.asp;status=Share Capitalization;");
aI("text=Corporate Governance;url=/s/Governance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("Prj")){
style=menuStyle;
aI("text=Obuasi Property, Ghana;url=/s/Obuasi.asp?ReportID=174353;status=Obuasi Property, Ghana;");
//aI("text=Investment in Detour Gold Corporation;url=/s/DetourGoldCorp.asp;status=Investment in Detour Gold Corporation;");
aI("text=Properties in Ontario & Quebec;url=/s/Ontario_Quebec.asp;;status=Properties in Ontario & Quebec;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=2010;url=/s/News.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
aI("text=2009;url=/s/News.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
aI("text=2008;url=/s/News.asp?DateRange=2008/01/01...2008/12/31;status=2008;");
aI("text=2007;url=/s/News.asp?DateRange=2007/01/01...2007/12/31;status=2007;");
aI("text=2006;url=/s/News.asp?DateRange=2006/01/01...2006/12/31;status=2006;");
aI("text=2005;url=/s/News.asp?DateRange=2005/01/01...2005/12/31;status=2005;");
}

with(milonic=new menuname("Inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financials & Reports;url=/s/FinancialInformation.asp;status=Financials & Reports;");
aI("text=Events & Presentations;url=/s/Events.asp;status=Events & Presentations;");
//aI("text=Fact Sheet;url=/s/FactSheet.asp;status=Fact Sheet;");
//aI("text=Corporate Brochure;url=/s/FactSheet.asp;status=Corporate Brochure;");
}

with(milonic=new menuname("Contact")){
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;");
}

drawMenus();