_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(mainStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#5f543d";
offbgcolor="#ffffff";
offcolor="#333333";
bordercolor="";
borderstyle="none";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="25";
padding=4;
fontsize="13";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#5f543d";
pagebgcolor="#ffffff";
headercolor="#5f543d";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#5f543d";
oncolor="#ffffff";
offbgcolor="#cfcfab";
offcolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#5f543d";
headercolor="#ffffff";
headerbgcolor="#5f543d";
subimage="/i/arrow.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
top="offset=24";
left="offset=10";
style=menuStyle;
aI("text=Corporate Overview;url=/s/CorporateOverview.asp;status=Corporate Overview;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
aI("text=Officers;url=/s/Officers.asp;status=Officers;");
aI("text=Contact Us;url=/s/ContactUs.asp?corp;status=Contact Us;");
}

with(milonic=new menuname("prj")){
top="offset=24";
left="offset=10";
style=menuStyle;
aI("text=Corani;url=/s/Corani_Project.asp?ReportID=369628;status=Corani;");
aI("text=Santa Ana;url=/s/SantaAna_Project.asp?ReportID=374323;status=Santa Ana;");
aI("text=Other Properties;url=/s/LaYegua.asp;showmenu=other;status=Other Properties;");
aI("text=Exploration Projects;url=/s/Exploration_Projects.asp;status=Exploration Projects;");
}

   with(milonic=new menuname("other")){
   style=menuStyle;
   aI("text=La Yegua;url=/s/LaYegua.asp;status=La Yegua;");
   //aI("text=Ataspaca;url=/s/Ataspaca.asp;status=Ataspaca;");
   }

with(milonic=new menuname("inv")){
top="offset=24";
left="offset=10";
style=menuStyle;
aI("text=Stock Information;url=/s/InformationForInvestors.asp;status=Stock Information;");
aI("text=Corporate Information;url=/s/ShareholderInfo.asp;status=Corporate Information;");
aI("text=Financial Statements;url=/s/Filings.asp;status=Financial Statements;");
// aI("text=Annual General Meeting Documents;url=/s/AGMDocuments.asp;status=Annual General Meeting Documents;");
aI("text=Investor Forum;url=/s/Investor_Forum.asp;status=Investor Forum;");
aI("text=Information Request Form;url=/s/InformationRequest.asp?inv;status=Information Request Form;");
aI("text=Analyst & Media Coverage;url=/s/AnalystandMediaCoverage.asp;status=Analyst & Media Coverage;");
aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
}

with(milonic=new menuname("contact")){
top="offset=24";
left="offset=10";
style=menuStyle;
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();
