_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="#966F4A";
oncolor="#333333";
offbgcolor="#966F4A";
offcolor="#ffffff";
bordercolor="#8D262C";
borderstyle="solid";
borderwidth=1;
separatorcolor="#8D262C";
separatorsize="1";
padding=4;
fontsize="12";
fontweight="normal";
fontfamily="Arial, helvetica";
pagecolor="#333333";
pagebgcolor="#966F4A";
headercolor="#333333";
headerbgcolor="#966F4A";
subimage="/i/common/arrow.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
top="offset=-10";
left="offset=-1";
style=menuStyle;
aI("text=Overview;url=/s/Corporate.asp;status=Overview;");
aI("text=Board of Directors;url=/s/BoardofDirectors.asp;status=Board of Directors;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("news")){
top="offset=-10";
left="offset=-1";
style=menuStyle;
aI("text=News Releases;showmenu=years;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=President's Corner;url=/s/PresidentsCorner.asp;status=President's Corner;");
}

   with(milonic=new menuname("years")){
   style=menuStyle;
   aI("text=2010;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010 News Releases;");
   aI("text=2009;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009 News Releases;");
   aI("text=2008;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008 News Releases;");
   aI("text=2007;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007 News Releases;");
   aI("text=2006;url=/s/NewsReleases.asp?DateRange=2006/01/01...2006/12/31;status=2006 News Releases;");
   }


with(milonic=new menuname("prj")){
top="offset=-10";
left="offset=-1";
style=menuStyle;
aI("text=Chile;showmenu=ch;status=Chile;");
aI("text=Peru;showmenu=pu;status=Peru;");
aI("text=Photo Gallery;showmenu=photos;status=Photo Gallery;");
}

with(milonic=new menuname("photos")){
   style=menuStyle;
   aI("text=Zafranal;url=/s/PhotoGallery.asp?ReportID=351172;status=Zafranal;");
   aI("text=Antakena;url=/s/PhotoGallery.asp?ReportID=267670;status=Antakena;");
   aI("text=Pachagon;url=/s/PhotoGallery.asp?ReportID=351173;status=Pachagon;");
   }


   with(milonic=new menuname("ch")){
   style=menuStyle;
   aI("text=Antakena Project;url=/s/Madrugador.asp?ReportID=264841;status=Antakena Project;");
  // aI("text=Technical Reports;url=/s/TechnicalReports.asp;status=Technical Reports;");
   //aI("text=Drill Hole Intercepts;url=/s/ChileanDrillholeMapsData.asp;status=Drill Hole Intercepts;");
	//aI("text=Drill Hole Locations;url=/s/ChileanDrillholeMapsData.asp?reportid=326987,326989;status=Drill Hole Locations;");
   }

		   with(milonic=new menuname("drillholeInt")){
		   style=menuStyle;
		   aI("text=Elenita;url=/s/ChileanDrillholeMapsData.asp?ReportID=326982;status=Elenita;");
		   aI("text=Madrugador;url=/s/ChileanDrillholeMapsData.asp?ReportID=326984;status=Madrugador;");
		   }

		   with(milonic=new menuname("drillholeLoc")){
		   style=menuStyle;
		   aI("text=Elenita;url=/s/ChileanDrillholeMapsData.asp?ReportID=326987;status=Elenita;");
		   aI("text=Madrugador;url=/s/ChileanDrillholeMapsData.asp?ReportID=326989;status=Madrugador;");
		   }

   
      with(milonic=new menuname("pu")){
   style=menuStyle;
   aI("text=Zafranal Project;url=/s/Zafranal.asp;status=Zafranal Project;");
   aI("text=Pachagon Project;url=/s/Pachagon.asp?ReportID=315169;status=Pachagon Project;");
   }

with(milonic=new menuname("inv")){
top="offset=-10";
left="offset=-1";
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financial Reports;url=/s/FinancialReports.asp;status=Financial Reports;");
aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Fact Sheet;url=/s/FactSheet.asp;status=Fact Sheet;");
aI("text=Events;url=/s/Events.asp;status=Events;");
}

with(milonic=new menuname("contact")){
top="offset=-10";
left="offset=-1";
style=menuStyle;
aI("text=Company Contact Info;url=/s/ContactUs.asp;status=Company 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();