_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=5               // Sub menu top offset
_subOffsetLeft=-10            // 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()){
offbgcolor="#F0F0F0";
offcolor="#000000";
onbgcolor="#CECECE";
oncolor="#333333";
pagebgcolor="#CECECE";
pagecolor="#333333";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#cccccc";
separatorsize="1";
padding=5;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Corporate Overview;url=/s/Corporate.asp;status=Corporate Overview;");
aI("text=Corporate Responsibility;url=/s/CorporateResponsibility.asp;status=Corporate Responsibility;showmenu=CorporateResponsibility;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Advisory Committee;url=/s/AdvisoryCommittee.asp;status=Advisory Committee;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}



with(milonic=new menuname("CorporateResponsibility")){
style=menuStyle;
aI("text=Overview;url=/s/CorporateResponsibility.asp;status=Overview;");
aI("text=Health;url=/s/Health.asp;status=Health;");
aI("text=Education & Training ;url=/s/EducationandTraining.asp;status=Education & Training ;");
aI("text=Infrastructure;url=/s/Infrastructure.asp;status=Infrastructure;");
aI("text=Environment;url=/s/Environment.asp;status=Environment;");
aI("text=Emergency Relief;url=/s/EmergencyRelief.asp;status=Emergency Relief;");
aI("text=Photo Gallery;url=/s/CorporatePhotoGallery.asp;status=Photo Gallery;");
}



with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Philippines;url=/s/Projects.asp;status=Philippines;showmenu=Philippines;");
aI("text=Taurus;url=/s/Taurus.asp;status=Taurus;");
aI("text=Malitao;url=/s/Malitao.asp;status=Malitao;");
aI("text=Dilong;url=/s/Dilong.asp;status=Dilong;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
aI("text=Technical Reports;url=/s/TechnicalReports.asp;status=Technical Reports;");
}


with(milonic=new menuname("Philippines")){
style=menuStyle;
aI("text=Mining in the Philippines;url=/s/Projects.asp;status=Mining in the Philippines;");
aI("text=Country Overview;url=/s/Phillipines.asp?ReportID=387225;status=Country Overview;");
aI("text=Politics and Government;url=/s/Phillipines.asp?ReportID=387226;status=Politics and Government;");
aI("text=Economy;url=/s/Phillipines.asp?ReportID=387227;status=Economy;");
aI("text=Geography;url=/s/Phillipines.asp?ReportID=387228;status=Geography;");
aI("text=Ethnic Groups;url=/s/Phillipines.asp?ReportID=387229;status=Ethnic Groups;");
}



with(milonic=new menuname("Investor")){
style=menuStyle;
aI("text=Investment Highlights;url=/s/InvestmentHighlights.asp;status=Investment Highlights;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure");
aI("text=Financials;url=/s/FinancialStatements.asp;status=Financials");
aI("text=About Copper;url=/s/AboutCopper.asp;status=About Copper;showmenu=Copper");
aI("text=FAQ;url=/s/FAQ.asp;status=FAQ;");
aI("text=Corporate Presentations;url=/s/Presentations.asp;status=Corporate Presentations;");
//aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
//aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
//aI("text=Related Reports;url=/s/RelatedReports.asp;status=Related Reports;");
//aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
//aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
//aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}

with(milonic=new menuname("Copper")){
style=menuStyle;
aI("text=Copper Overview;url=/s/AboutCopper.asp;status=Copper Overview;");
aI("text=Copper Exploration;url=/s/CopperExploration.asp;status=Copper Exploration;");
aI("text=Copper Mining;url=/s/CopperMining.asp;status=Copper Mining;");
aI("text=Smelters & Refiners;url=/s/SmeltersRefiners.asp;status=Smelters & Refiners;");
aI("text=How Copper is Sold;url=/s/CopperisSold.asp;status=How Copper is Sold;");
aI("text=Copper Exchanges;url=/s/CopperExchanges.asp;status=Copper Exchanges;");
aI("text=Copper Price;url=/s/CopperPrice.asp;status=Copper Price;");
aI("text=Glossary;url=/s/Glossary.asp;status=Glossary;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Media;url=/s/Media.asp;status=Media;");

}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.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();
