_menuCloseDelay=1500          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=500            // 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
fixMozillaZIndex=true


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="bold";
}

with(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#efde70";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="transparent";
separatorsize="15";
separatorpadding="2";
padding=2;
fontsize="18";
fontweight="bold";
fontfamily="Arial, Helvetica";
pagecolor="#efde70";
pagebgcolor="transparent";
headercolor="#efde70";
headerbgcolor="transparent";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
offbgcolor="#fff";
offcolor="#292e5b";
onbgcolor="#cdd4e6";
oncolor="#292e5b";
pagebgcolor="#cdd4e6";
pagecolor="#292e5b";
bordercolor="#292e5b";
borderstyle="solid";
borderwidth=1;
separatorcolor="#292e5b";
separatorsize="1";
padding="5";
fontsize="12";
fontstyle="bold";
fontfamily="Arial, Helvetica";
headercolor="#292e5b";
headerbgcolor="#cdd4e6";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Corporate Directory;url=/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management;url=/Management.asp;status=Management;");
aI("text=Corporate Governance;url=/Governance.asp;status=Corporate Governance;");
aI("text=Disclosure;url=/Disclosure.asp;status=Disclosure;");

}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Enchi Gold Project - Ghana;url=/Enchi_Gold.asp;status=Enchi Gold Project - Ghana;");
aI("text=Corcoesto Gold Projects - Spain;url=/Corcoesto_Gold.asp;status=Corcoesto Gold Projects - Spain;");
aI("text=Photo Galleries;url=/Photos.asp?ReportID=430689#;showmenu=Photos;status=Photo Galleries;");
aI("text=Technical Reports;url=/Technical_Reports.asp;status=Technical Reports;");
}


with(milonic=new menuname("News")){
style=menuStyle;
itemwidth=95;
aI("text=2012;url=/NewsReleases.asp?DateRange=2012/01/01...2012/12/31;status=2012;");
aI("text=2011;url=/NewsReleases.asp?DateRange=2011/01/01...2011/12/31;status=2011;");
aI("text=2010;url=/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
aI("text=2009;url=/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
}

with (milonic = new menuname("Photos")) {
style = menuStyle;
aI("text=Enchi Gold Project;url=/Photos.asp?ReportID=430689;status=Enchi Gold Project;");
aI("text=Corcoesto Gold Project;url=/Photos.asp?ReportID=431882;status=Corcoesto Gold Project;");    
}


with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Quote;url=/StockInfo.asp;status=Stock Quote;");
aI("text=Financials;url=/FinancialInformation.asp;status=Financials;");
aI("text=Share Structure;url=/ShareStructure.asp;status=Share Structure;");
aI("text=Presentation;url=/Presentation.asp;status=Presentation;");
aI("text=Events;url=/Events.asp;status=Events;");
aI("text=Research Coverage;url=/Research_Coverage.asp;status=Research Coverage;");
aI("text=Media Coverage;url=/Updates.asp?ReportID=450929;status=Media Coverage;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/Contact.asp;status=Contact Info;");
aI("text=Request More Info;url=/Request-More-Info.asp;status=Request More Info;");
aI("text=Send A Message;url=/SendMessage.asp;status=Send A Message;");
}


drawMenus();

