_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="#1fa43b";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#1fa43b";
headercolor="#ffffff";
headerbgcolor="#1fa43b";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
top="offset=-1";
style=menuStyle;
aI("text=Corporate Overview;url=/s/CorporateOverview.asp;status=Corporate Overview;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=QA/QC Procedures;url=/s/QAQCProcedures.asp;status=QA/QC Procedures;");
}

with(milonic=new menuname("prj")){
top="offset=-1";
style=menuStyle;
aI("text=Coneto;url=/s/Coneto.asp;status=Coneto;showmenu=Coneto");
//aI("text=Santa Cruz;url=/s/SantaCruz.asp;status=Santa Cruz;showmenu=SantaCruz");

//aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("Coneto")){
top="offset=-1";
style=menuStyle;
aI("text=Coneto Photos;url=/s/Photos-Coneto.asp;status=Coneto Photos;");
aI("text=43-101 Technical Reports;url=/s/TechnicalReports-Coneto.asp;status=43-101 Technical Reports;");
aI("text=Coneto Geochemistry Maps;url=/s/GeochemMaps-Coneto.asp;status=Coneto Geochemistry Maps;");
aI("text=Coneto Drilling Intercepts;url=/s/Drilling-Coneto.asp;status=Coneto Drilling Intercepts;");
}

with(milonic=new menuname("SantaCruz")){
top="offset=-1";
style=menuStyle;
aI("text=Santa Cruz Photos;url=/s/Photos-SantaCruz.asp;status=Santa Cruz Photos;");
aI("text=43-101 Technical Reports;url=/s/TechnicalReports.asp;status=43-101 Technical Reports;");

}

with(milonic=new menuname("inv")){
top="offset=-1";
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Brochures;url=/s/Brochures.asp;status=Brochures;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;");
aI("text=Research Reports;url=/s/ResearchReports.asp;status=Research Reports;");
aI("text=Notice to Readers;url=/s/NoticetoReaders.asp;status=Notice to Readers;");
aI("text=Cautionary Note to US Investors;url=/s/CautionaryNote.asp;status=Cautionary Note to US Investors;");
}

with(milonic=new menuname("contact")){
top="offset=-1";
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();