_menuCloseDelay=1200          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // 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
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#585a5c";
offcolor="#FFFFFF";
onbgcolor="#585a5c";
oncolor="#00a5d9";
pagebgcolor="#585a5c";
pagecolor="#00a5d9";
bordercolor="#101010";
borderstyle="solid";
borderwidth=0;
separatorcolor="#101010";
separatorsize="0";
padding=10;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
horizontalMenuDelay = true;
}


with(milonic=new menuname("Company")){
style=menuStyle;
align="right";
left="offset=-83";
aI("text=Overview;url=/ahr/CompanyOverview.asp;status=Overview;");
aI("text=Management;url=/ahr/Management.asp;status=Management;");
//aI("text=Hunter Dickinson Corporate and Project Support;url=/ahr/CorporateProjectSupport.asp;status=Hunter Dickinson Corporate and Project Support;");
aI("text=Corporate Information;url=/ahr/CorporateInformation.asp;status=Corporate Information;");
aI("text=Corporate Governance;url=/ahr/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Responsible Mineral Development;url=/ahr/Responsible.asp;status=Responsible Mineral Development;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
width="120px";
align="right";
left="offset=-95";
aI("text=Overview;url=/ahr/InvestorCentre.asp;status=Overview;");
aI("text=Stock Quotes;url=/ahr/StockQuotes.asp;status=Stock Quotes;");
aI("text=News Releases;url=/ahr/NewsReleases.asp;status=News Releases;");
aI("text=Presentations & Upcoming Events ;url=/ahr/Presentations.asp;status=Presentations & Upcoming Events ;");
aI("text=Financials;url=/ahr/Financials.asp;status=Financials;");
aI("text=SEDAR Filings;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00004170;target=blank;status=SEDAR Filings;");
aI("text=Industry News;url=/ahr/IndustryNews.asp;status=Industry News;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
align="right";
left="offset=-105";
aI("text=Overview;url=/ahr/Projects.asp;status=Overview;");
aI("text=Location and Infrastructure;url=/ahr/Location.asp;status=Location and Infrastructure;");
aI("text=Newton;url=/ahr/Newton.asp?ReportID=419336;status=Newton;showmenu=Newton");
aI("text=Plateau Gold-Copper Belt;url=/ahr/Plateau.asp;status=Plateau Gold-Copper Belt;");
aI("text=Other Projects;url=/ahr/Other.asp;status=Other Projects;");
aI("text=Maps & Figures;url=/ahr/MapsFigures.asp;status=Maps & Figures;");
}

  with(milonic=new menuname("Newton")){
  style=menuStyle;
  align="right";
  left="offset=-12";
  aI("text=Overview;url=/ahr/Newton.asp?ReportID=419336;status=Overview;");
  aI("text=Development/History;url=/ahr/Newton.asp?ReportID=419337;status=Development/History;");
  aI("text=Geology;url=/ahr/Newton.asp?ReportID=419338;status=Geology;");
  aI("text=Programs;url=/ahr/Newton.asp?ReportID=419339;status=Programs;");
  }


with(milonic=new menuname("Contact")){
style=menuStyle;
align="right";
left="offset=-40";
aI("text=Contact Us;url=/ahr/ContactUs.asp;status=Contact Us;");
aI("text=Request More Info;url=/ahr/InformationRequest.asp;status=Request More Info;");
aI("text=Send A Message;url=/ahr/SendMessage.asp;status=Send A Message;");
}

drawMenus();
