_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(menuStyle=new mm_style()){
onbgcolor="#E9BA00";
oncolor="#000000";
offbgcolor="#EED975";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#E9BA00";
headercolor="#000000";
headerbgcolor="#E9BA00";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Profile;url=/s/Corporate.asp;status=Profile;");
aI("text=Organization;url=/s/Organization.asp;status=Organization;");
aI("text=Directors & Officers;url=/s/Management.asp;status=Directors & Officers;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;");
aI("text=Directory;url=/s/CorporateDirectory.asp;status=Directory;");
}

with(milonic=new menuname("proj")){
style=menuStyle;
aI("text=Mali;url=/s/Mali.asp;status=Mali;");
aI("text=Ghana;url=/s/Ghana.asp;status=Ghana;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Own Gold;url=/s/OwnGold.asp;status=Own Gold;");
aI("text=Stock Info;url=/s/Investors.asp;status=Stock Info;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Photos;url=/s/Photos-Mali.asp;showmenu=photos;status=Photos;");
aI("text=Media;url=/s/Media.asp;status=Media;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Sedar Filings;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00020520;target=blank;status=Sedar Filings;");
aI("text=Events Calendar;url=/s/Events.asp;status=Events Calendar;");
}

with(milonic=new menuname("photos")){
style=menuStyle;
aI("text=Mali Photos;url=/s/Photos-Mali.asp;status=Mali Photos;");
aI("text=Ghana Photos;url=/s/Photos-Ghana.asp;status=Ghana Photos;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=2010;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
aI("text=2009;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
aI("text=2008;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008;");
aI("text=2007;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007;");
aI("text=2006;url=/s/NewsReleases.asp?DateRange=2006/01/01...2006/12/31;status=2006;");
aI("text=2005;url=/s/NewsReleases.asp?DateRange=2005/01/01...2005/12/31;status=2005;");
aI("text=2004;url=/s/NewsReleases.asp?DateRange=2004/01/01...2004/12/31;status=2004;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();