_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=5               // Sub menu top offset
_subOffsetLeft=-10            // 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="#262324";
oncolor="#ffffff";
offbgcolor="#262324";
offcolor="#DEB525";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#DEB525";
separatorheight="10";
separatorsize="1";
separatorpadding="5";
padding=4;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica, sans-serif";
pagecolor="#ffffff";
pagebgcolor="#262324";
headercolor="#ffffff";
headerbgcolor="#262324";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#262324";
oncolor="#ffffff";
offbgcolor="#262324";
offcolor="#DEB525";
bordercolor="#0051A2";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#262324";
headercolor="#ffffff";
headerbgcolor="#262324";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=6";
aI("text=Our Business;url=/s/OurBusiness.asp;status=Our Business;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Officer/Director Profiles;url=/s/Management.asp;status=Officer/Director Profiles;");
aI("text=Corporate Governance;url=/s/CorpGovernance.asp;showmenu=corpgovn;status=Corporate Governance;");
aI("text=Social Responsibility;url=/s/SocialResponsibility.asp;status=Social Responsibility;");
aI("text=Financial Statements;url=/s/Financials.asp;status=Financial Statements;");
aI("text=Annual Reports;url=/s/AnnualReports.asp;status=Annual Reports;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Access Public Filings;url=/s/AccessPublicFilings.asp;status=Access Public Filings;");
}


   with(milonic=new menuname("corpgovn")){
   style=menuStyle;
   aI("text=Code of Ethics and Business Conduct;url=/s/CodeOfEthics-Index.asp;status=Code of Ethics and Business Conduct;");
   aI("text=Code of Ethical Conduct for Financial Managers;url=/s/CodeOfEthics.asp;status=Code of Ethical Conduct for Financial Managers;");
   aI("text=Drill Sites;url=/s/CodeOfEthics-Drill.asp;status=Drill Sites;");
   aI("text=Whistle-Blower Policy and Procedures;url=/s/WhistleBlower.asp;status=Whistle-Blower Policy and Procedures;");
   aI("text=Audit And Compensation Committee Charter;url=/s/AuditCommittee.asp;status=Audit And Compensation Committee Charter;");
   aI("text=Disclosure Policy;url=/s/Disclosure.asp;status=Disclosure Policy;");
   }

with(milonic=new menuname("news")){
style=menuStyle;
top="offset=6";
//aI("text=Corporate News Digest;url=/s/CorporateNewsDigest.asp;status=Corporate News Digest;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Exploration Updates;url=/s/ExplorationUpdates.asp;status=Exploration Updates;");
aI("text=Operational Updates;url=/s/OperationalUpdates.asp;status=Operational Updates;");
//aI("text=Other News Commentary;url=/s/NewsCommentary.asp;status=Other News Commentary;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=6";
aI("text=Stock Quote/Chart;url=/s/StockQuote.asp;status=Stock Quote/Chart;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Frequently Asked Questions;url=/s/FAQ.asp;status=Frequently Asked Questions;");
aI("text=Sites of Interest;url=/s/RelatedSites.asp;status=Sites of Interest;");
aI("text=Educational Tools;url=/s/EducationalTools.asp;status=Educational Tools;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=6";
aI("text=Lake Victoria Greenstone Belt;url=/s/LakeVictoria.asp;status=Lake Victoria Greenstone Belt;");
aI("text=Project Descriptions;url=/s/ProjectDescription.asp;status=Project Descriptions;");
aI("text=Confidentiality Agreements;url=/s/ConfAgree.asp;Target=_blank;status=Confidentiality Agreements;");
aI("text=Nickel;url=/s/Kabanga.asp;status=Nickel;");
//aI("text=Gold;url=/s/GoldProject.asp;status=Gold;");
aI("text=Diamonds;url=/s/DiamondsProject.asp;status=Diamonds;");
//aI("text=Available for Option;url=/s/AvailableforOption.asp;status=Available for Option;");
//aI("text=Technical Reports;url=/s/TechnicalReports.asp;status=Technical Reports;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=6";
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();