_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()){
onbgcolor="#EBCE75";
oncolor="#812917";
offbgcolor="#EBCE75";
offcolor="#330000";
bordercolor="";
borderstyle="none";
borderwidth=1;
separatorcolor="";
separatorsize="0";
padding=3;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#812917";
pagebgcolor="#EBCE75";
headercolor="#812917";
headerbgcolor="#EBCE75";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#EBCE75";
oncolor="#812917";
offbgcolor="#EBCE75";
offcolor="#330000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize="0";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#812917";
pagebgcolor="#AB9C73";
headercolor="#812917";
headerbgcolor="#AB9C73";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}


with(milonic=new menuname("comp")){
top="offset=1";
style=menuStyle;
aI("text=Company Overview;url=/ahr/CompanyOverview.asp;status=Company Overview;");
aI("text=Company Information;url=/ahr/CompanyInformation.asp;status=Corporate Information;");
//aI("text=Officers & Directors;url=/ahr/OfficersDirectors.asp;status=Officers & Directors;");
aI("text=Management;url=/ahr/Management.asp;status=Management;");
aI("text=Corporate Governance;url=/ahr/CorporateGovernance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("inv")){
top="offset=1";
style=menuStyle;
aI("text=Investor Centre;url=/ahr/InvestorCentre.asp;status=Investor Centre;");
aI("text=Stock Quotes;url=/ahr/StockQuotes.asp;status=Stock Quotes;");
aI("text=News Releases;url=/ahr/NewsReleases.asp?DateRange=2007/01/01...2008/12/31;status=News Releases;");
aI("text=Media Coverage;url=/ahr/MediaCoverage.asp;status=Media Coverage;");
aI("text=Analyst Coverage;url=/ahr/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Presentations;url=/ahr/Presentations.asp;status=Presentations;");
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=Corporate Events;url=/ahr/CorporateEvents.asp;status=Corporate Events;");
}

with(milonic=new menuname("contact")){style=menuStyle;
top="offset=1";
aI("text=Contact Us;url=/ahr/ContactUs.asp;status=Contact Us;");
aI("text=Request More Info;url=/ahr/InformationRequest.asp;status=Request More Info;");
}

drawMenus();