_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="#406590";
oncolor="#ffffff";
offbgcolor="#2E4669";
offcolor="#ffffff";
bordercolor="#2E4669";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#406590";
headercolor="#ffffff";
headerbgcolor="#406590";
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("corp")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;itemwidth=130");
aI("text=Corporate Governance;url=/s/corporategovernance.asp;status=Corporate Governance;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Location Map;url=/s/Projects.asp;status=Location Map;itemwidth=130");
aI("text=Topia Mine;url=/s/TopiaMine.asp;status=Topia Mine;");
aI("text=Guanajuato Mines;url=/s/Guanajuato.asp;status=Guanajuato Mines;");
//aI("text=Mapimi Project;url=/s/Mapimi.asp;status=Mapimi Project;");
//aI("text=Virimoa Gold Project;url=/s/Virimoa.asp;status=Virimoa Gold Project;");
aI("text=San Antonio Project;url=/s/SanAntonio.asp;status=San Antonio Project;");
aI("text=Technical Reports;url=/s/TechReports.asp;status=Technical Reports;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;itemwidth=130");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Related Reports;url=/s/RelatedReports.asp;status=Related Articles;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;itemwidth=130");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();
