_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(menuStyle=new mm_style()){
onbgcolor="#e38930";
oncolor="#ffffff";
offbgcolor="#6e492d";
offcolor="#FFFFFF";
bordercolor="#e38930";
borderstyle="solid";
borderwidth=2;
separatorcolor="#e38930";
separatorsize="1";
padding=5;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#e38930";
headercolor="#ffffff";
headerbgcolor="#e38930";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3);Alpha(style=0,opacity=85);";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
//aI("text=Special Advisors;url=/s/SpecialAdvisors.asp;status=Special Advisors;");
aI("text=Advisory Board;url=/s/AdvisoryBoard.asp;status=Advisory Board;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Botswana;url=/s/Botswana.asp;target=_blank;status=Botswana;");
aI("text=Ghanzi Overview;url=/s/Ghanzi.asp?ReportID=426124;status=Ghanzi Overview;");
aI("text=Ghanzi Detail;url=/s/Ghanzi.asp?ReportID=426126;status=Ghanzi Detail;");
aI("text=Project History;url=/s/Ghanzi.asp?ReportID=426129;status=Project History;");
aI("text=Geology and Mineralization;url=/s/Ghanzi.asp?ReportID=426132;status=Geology and Mineralization;");
aI("text=Mineral Resources;url=/s/Ghanzi.asp?ReportID=426134;status=Mineral Resources;");
aI("text=Drilling;url=/s/Ghanzi.asp?ReportID=426136;status=Drilling;");
aI("text=Infrastructure and Water;url=/s/Ghanzi.asp?ReportID=426139;status=Infrastructure and Water;");
//aI("text=Future Milestones;url=/s/Ghanzi.asp?ReportID=420634;status=Future Milestones;");
aI("text=Technical Reports;url=/s/TechnicalReports.asp;status=Technical Reports;");
aI("text=Photos;url=/i/Ghanzi_Gallery/ghanzi_photo_gallery.html;target=_blank;status=Photos;");
}

with(milonic=new menuname("Investor")){
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=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Copper and its Uses;url=/s/CopperAndUses.asp;status=Copper and its Uses;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Conference Calls;url=/s/ConferenceCalls.asp;status=Conference Calls;");
aI("text=Meeting Materials;url=/s/MeetingMaterials.asp;status=Meeting Materials;");
//aI("text=Fact Sheet (PDF);url=/i/pdf/FactSheet.pdf;target=blank;status=Fact Sheet (PDF);");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.asp;status=Request More Info;");
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();

function goToPage(url)
   {
   if (url != "")
      {
      window.open = url
      }
   }
