_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(menuStyle=new mm_style()){
onbgcolor="#cccccc";
oncolor="#000000";
offbgcolor="#06233D";
offcolor="#ffffff";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#cccccc";
headercolor="#000000";
headerbgcolor="#cccccc";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("comp")){
style=menuStyle;
aI("text=Strategy;url=/s/Strategy.asp;status=Strategy;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Memorandum and Articles of Association;url=/s/ArticlesOfAssociation.asp;status=Memorandum and Articles of Association;");
aI("text=Anti-Bribery;url=/s/Bribery.asp;status=Anti-Bribery;");
}

with(milonic=new menuname("op")){
style=menuStyle;
aI("text=San Jose Project;url=/s/Sanjose.asp;status=San Jose Project;");
aI("text=Tepal Project;url=/s/Tepal.asp;status=Tepal Project;");
aI("text=Calicanto Group;url=/s/Zacatecas.asp;status=Calicanto Group;");
aI("text=San Celso & Ojocaliente District ;url=/s/Ojocaliente.asp;status=San Celso & Ojocaliente District ;");
//aI("text=Sombrerete District;url=/s/Sombrerete.asp;status=Sombrerete District;");
//aI("text=Tailings Projects;url=/s/Tailings.asp;status=Tailings Projects;");
aI("text=Technical Reports;url=/s/TechnicalReports.asp;status=Technical Reports;");
//aI("text=Mexico Profile;url=/s/Mexico.asp;status=Mexico Profile;");
//aI("text=Calicanto and San Celso Technical Report (PDF, 2 mb);url=/i/pdf/technicalreport.pdf;target=blank;status=Calicanto and San Celso Technical Report (PDF, 2 mb);");
//aI("text=Tepal Technical Report (PDF, 9.92 mb);url=/i/pdf/tepal-43101.pdf;target=blank;status=Tepal Technical Report (PDF, 9.92 mb);");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Share Price;url=/s/InvestorInfo.asp;status=Share Price;");
aI("text=Research Reports;url=/s/Researchreport.asp;status=Research Reports;");
aI("text=Press Releases;url=/s/NewsReleases.asp;status=Press Releases;");
//aI("text=Newsletters;url=/s/Newsletters.asp;status=Newsletters;");
aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;");
aI("text=Presentation;url=/s/Presentation.asp;status=Presentation;");
aI("text=Related Links;url=/s/RelatedLinks.asp;status=Related Links;");
aI("text=Events;url=/s/Events.asp;status=Events;");
aI("text=Capital Structure and Major Shareholders;url=/s/ShareStructure.asp;status=Capital Structure and Major Shareholders;");
//aI("text=AIM Admission Document (PDF, 41 mb);url=/i/pdf/HAI-Circular.pdf;target=blank;status=AIM Admission Document (PDF, 1.3 mb);");
aI("text=Shareholder Communication;url=/s/AGM.asp;status=Shareholder Communication;");
aI("text=Financial Reports;url=/s/FinancialStatements.asp;status=Financial Reports;");
aI("text=AIM Rule 26 Disclosures;url=/s/AIM.asp;status=AIM Rule 26 Disclosures;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
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();
