_menuCloseDelay=1500          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=500            // 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="#F0F0F0";
offcolor="#000000";
onbgcolor="#CECECE";
oncolor="#6E4D19";
pagebgcolor="#CECECE";
pagecolor="#333333";
bordercolor="#101010";
borderstyle="solid";
borderwidth=1;
separatorcolor="#101010";
separatorsize="1";
padding=5;
fontsize="11";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="alpha(opacity=90)";
outfilter="";
horizontalMenuDelay = true;
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
menuwidth="140px";
aI("text=About Argonaut;url=/s/AboutUs.asp;status=About Argonaut;");
aI("text=Board of Directors;url=/s/BoardOfDirectors.asp;status=Board of Directors;");
aI("text=Management;url=/s/ExecutiveManagement.asp;status=Management;");
aI("text=Corporate Governance;url=/s/Governance.asp;status=Corporate Governance;");
aI("text=Corporate Responsibility;url=/s/Responsibility.asp;status=Corporate Responsibility;");
}

with(milonic=new menuname("Operations")){
style=menuStyle;
menuwidth="140px";
aI("text=Operations;url=/s/Operations.asp;status=Operations;showmenu=Mine;");
aI("text=Exploration Projects;url=/s/Exploration.asp;status=Exploration Projects;showmenu=Exploration;");
aI("text=Production Summary;url=/s/ProductionSummary.asp;status=Production Summary;;");
aI("text=Reserves & Resources;url=/s/ReserveResource.asp;status=Reserves & Resources;");
aI("text=Technical Reports;url=/s/TechnicalReports.asp;status=Technical Reports;");
aI("text=Photographs;url=/s/Photos.asp;status=Photographs;showmenu=photo;");
}

    with(milonic=new menuname("photo")){
    style=menuStyle;
    aI("text=Castillo Photos;url=/s/CastilloPictures.asp;status=Castillo Photos;");
    }

    with(milonic=new menuname("Mine")){
    style=menuStyle;
    aI("text=El Castillo;url=/s/ElCastillo.asp;status=El Castillo;");
    aI("text=El Sastre;url=/s/ElSastre.asp;status=El Sastre;");
    }

    with(milonic=new menuname("Exploration")){
    style=menuStyle;
    aI("text=La Fortuna;url=/s/LaFortuna.asp;status=La Fortuna;");
    aI("text=El Compa;url=/s/ELCompa.asp;status=El Compa;");
    aI("text=Llano Colorado;url=/s/LlanoColorado.asp;status=Llano Colorado;");
    }

with(milonic=new menuname("Investors")){
style=menuStyle;
menuwidth="140px";
aI("text=Stock Performance;url=/s/StockInfo.asp;status=Stock Performance;");
aI("text=Fact Sheet;url=/s/FactSheet.asp;status=Fact Sheet;");
aI("text=Presentations;url=/s/Presentation.asp;status=Presentations;");
aI("text=Financial Filings;url=/s/FinancialStatements.asp;status=Financial Filings;");
aI("text=Analyst Coverage;url=/s/Coverage.asp;status=Analyst Coverage;");
aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;");
}

with(milonic=new menuname("News")){
style=menuStyle;
menuwidth="140px";
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Events & Webcasts;url=/s/UpcomingEvents.asp;status=Events & Webcasts;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
menuwidth="140px";
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
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();