_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;
separatorcolor="#738F64";
separatorsize="1";
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#3C7020";
oncolor="#D79728";
offbgcolor="#3C7020";
offcolor="#ffffff";
bordercolor="#738F64";
borderstyle="solid";
borderwidth=1;
separatorcolor="#738F64";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#D79728";
pagebgcolor="#3C7020";
headercolor="#D79728";
headerbgcolor="#3C7020";
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=Overview;url=/s/Corporate.asp;status=Overview;");
aI("text=Management & Directors;url=/s/Management.asp;status=Management & Directors;");
//aI("text=Costa Rica Subsidiary;url=http://www.infinito.co.cr/;target=blank;status=Costa Rica Subsidiary;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
//aI("text=Crucitas;showmenu=crucitas;url=/s/Crucitas.asp;status=Crucitas;");
//aI("text=Other Projects;url=/s/OtherProjects.asp;status=Other Projects;");
aI("text=Projects;url=/s/Projects.asp;status=Projects;");
}

   with(milonic=new menuname("crucitas")){
   style=menuStyle;
   aI("text=Overview;url=/s/Crucitas.asp?ReportID=176864;status=Overview;");
   aI("text=Mining;url=/s/Crucitas.asp?ReportID=176865;status=Mining;");
   aI("text=Processing;url=/s/Crucitas.asp?ReportID=176866;status=Processing;");
   aI("text=Socioeconomic;url=/s/Crucitas.asp?ReportID=176867;status=Socioeconomic;");
   aI("text=Environment;url=/s/Crucitas.asp?ReportID=176868;status=Environment;");
   aI("text=Resource Estimate;url=/i/pdf/Resource-Estimate-10July2008.pdf;target=_blank;status=Resource Estimate;");
   }

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
//aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
//aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
//aI("text=Infinito Analyst Visit;url=/i/pdf/Infinito_Analyst_Visit_Sept_2008.pdf;target=blank;status=Infinito Analyst Visit;");
//aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
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();
