_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 Netscape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#272727";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#272727";
bordercolor="#272727";
borderstyle="solid";
borderwidth=1;
separatorcolor="#272727";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana,arial";
pagecolor="#ffffff";
pagebgcolor="#272727";
headercolor="#ffffff";
headerbgcolor="#272727";
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=About Us;url=/s/Corporate.asp;status=About Us;");
aI("text=The Coro Team;showmenu=mgmt;url=/s/ManagementOverview.asp;status=The Coro Team;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Governance;showmenu=gov;url=/s/Governance.asp;status=Governance;");
aI("text=Terms of Use;url=/i/pdf/TermsofUse.pdf;status=Terms of Use;");
}

with(milonic=new menuname("gov")){
style=menuStyle;
aI("text=Corporate Governance;url=/s/Governance.asp#g;status=Corporate Governance;");
aI("text=Social Responsibility;url=/s/Governance.asp#sr;status=Social Responsibility;");
}

with(milonic=new menuname("mgmt")){
style=menuStyle;
aI("text=Board of Directors;url=/s/BoardofDirectors.asp;status=Board of Directors;");
aI("text=Management;url=/s/ExecutiveManagement.asp;status=Management;");
//aI("text=Development Team;url=/s/DevelopmentTeam.asp;status=Development Team;");
//aI("text=Exploration Team;url=/s/ExplorationTeam.asp;status=Exploration Team;");
}

with(milonic=new menuname("Prj")){
style=menuStyle;
aI("text=San Jorge;url=/s/SanJorge.asp;status=San Jorge;");
aI("text=Cerro Chacay;url=/s/CerroColorado.asp;status=Cerro Chacay;");
aI("text=Llancahue;url=/s/Llancahue.asp;status=Llancahue;");
aI("text=Talca Belt;url=/s/talca.asp;status=Talca Belt;");
//aI("text=Overview;url=/s/Projects.asp;status=Overview;");
//aI("text=Barreal Seco;url=/s/BarrealSeco.asp;status=Barreal Seco;");
//aI("text=Barreal Seco Satellites;url=/s/BarrealSecoSatellites.asp;status=Barreal Seco Satellites;");
//aI("text=Flores;url=/s/Flores.asp;status=Flores;");
//aI("text=Gloria;url=/s/Gloria.asp;status=Gloria;");
//aI("text=Andrea;url=/s/andrea.asp;status=Andrea;");
//aI("text=Cordero-Sanson;url=/s/Cordero-Sanson.asp;status=Cordero-Sanson;");

}


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=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;");
aI("text=Analyst & Other Reports;url=/s/AnalystReport.asp;status=Analyst & Other Reports;");
aI("text=AIF - Annual Report;url=/s/AIF.asp;status=AIF - Annual Report;");
aI("text=Copper Facts;url=/s/CopperFacts.asp;status=Copper Facts;");
}

with(milonic=new menuname("Contact")){
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();