_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=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


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#022744";
offcolor="#ffffff";
onbgcolor="#eaaf0b";
oncolor="#ffffff";
pagebgcolor="#eaaf0b";
pagecolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontweight="normal";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#eaaf0b";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
left="offset=21";
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Board of Directors;url=/s/Directors.asp;status=Board of Directors;");
aI("text=Advisors;url=/s/Advisors.asp;status=Advisors;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
left="offset=21";
aI("text=Cerro Colorado;url=/s/CerroColorado.asp;status=Cerro Colorado;");
aI("text=Caballo Blanco;url=/s/CaballoBlanco.asp;status=Caballo Blanco;");
//aI("text=El Porvenir;url=/s/El_Porvenir.asp;status=El Porvenir;");
aI("text=San Jose de Gracia;url=/s/San_Jose_Gracia.asp;status=San Jose de Gracia;");
aI("text=El Candelero;url=/s/El_Candelero.asp;status=El Candelero;");
aI("text=Kenya;url=/s/Kenya.asp;status=Kenya;");
aI("text=Technical Reports;url=/s/Technical_Reports.asp;status=Technical Reports;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
left="offset=21";
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
//aI("text=Gold Production in Mexico;url=/s/GoldInMexico.asp;status=Gold Production in Mexico;");
aI("text=Presentation;url=/s/Presentation.asp;status=Presentation;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Fact Sheet;url=/s/FactSheet.asp;status=Fact Sheet;");
aI("text=Resource Summary;url=/s/ResourceSummary.asp;status=Resource Summary;");
}

with(milonic=new menuname("news")){
style=menuStyle;
left="offset=21";
aI("text=2009;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
aI("text=2008;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
left="offset=21";
aI("text=Contact Info;url=/s/ContactUs.asp;status=Contact Info;");
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();