_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()){
offbgcolor="transparent";
offcolor="#C4D0E3";
onbgcolor="";
oncolor="#ffffff";
pagebgcolor="";
pagecolor="#ffffff";
headerbgcolor="";
headercolor="";
bordercolor="";
borderstyle="none";
borderwidth=1;
separatorcolor="transparent";
separatorsize="31";
padding=4;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(mainMenuStyle=new mm_style()){
offbgcolor="transparent";
offcolor="#E9DFC2";
onbgcolor="";
oncolor="#ffffff";
pagebgcolor="";
pagecolor="#ffffff";
headerbgcolor="";
headercolor="";
bordercolor="";
borderstyle="none";
borderwidth=1;
separatorcolor="transparent";
separatorsize="31";
padding=4;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
offbgcolor="#F0F0F0";
offcolor="#000000";
onbgcolor="#CECECE";
oncolor="#333333";
pagebgcolor="#CECECE";
pagecolor="#333333";
bordercolor="#101010";
borderstyle="solid";
borderwidth=1;
separatorcolor="#101010";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=2";
//aI("text=Corporate Background;url=/s/Corporate.asp;status=Corporate Background;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Directors & Management;url=/s/Management.asp;status=Directors & Management;");
aI("text=Advisory Group;url=/s/AdvisoryGroup.asp;status=Advisory Group;");
}

with(milonic=new menuname("prj")){
top="offset=2";
style=menuStyle;
aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");
aI("text=Africa;url=/s/Bakoudou-Magnima.asp;showmenu=afr;status=Africa;");
aI("text=Investment Assets;url=/s/GoldenShare.asp;showmenu=cad;status=Investment Assets;");
}

   with(milonic=new menuname("afr")){
   style=menuStyle;
   aI("text=Bakoudou-Magnima;url=/s/Bakoudou-Magnima.asp;status=Bakoudou-Magnima;");
   aI("text=Mandiana;url=/s/Mandiana.asp;status=Mandiana;");
   aI("text=Booue-Mimongo;url=/s/BooueMimongo.asp;status=Booue-Mimongo;");
   aI("text=Dou-Taouremba;url=/s/Dou-Taouremba.asp;status=Dou-Taouremba;");
   aI("text=Zitenga II;url=/s/ZitengaII.asp;status=Zitenga II;");
   aI("text=Arae-Gassel;url=/s/AraeGassel.asp;status=Arae-Gassel;");
   }

   with(milonic=new menuname("cad")){
   style=menuStyle;
//   aI("text=Lac Fortune West;url=/s/FortuneLake.asp;status=Lac Fortune West;");
//   aI("text=Belleterre;url=/s/Belleterre.asp;status=Belleterre;");
   aI("text=Golden Share Mining ;url=/s/GoldenShare.asp;status=Golden Share Mining;");
   aI("text=Stellar Diamonds;url=/s/Stellar.asp;status=Stellar Diamonds;");
   }

with(milonic=new menuname("inv")){
top="offset=2";
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Media/Research;url=/s/MediaResearch.asp;status=Media/Research;");
aI("text=Events;url=/s/Events.asp;status=Events;");
aI("text=Corporate Profile & Presentations;url=/s/ProfilePresentation.asp;status=Corporate Profile & Presentations;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
}

with(milonic=new menuname("contact")){
top="offset=2";
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();