_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()){
onbgcolor="#989898";
oncolor="#000000";
offbgcolor="#FAFAFA";
offcolor="#000000";
pagebgcolor="#989898";
pagecolor="#000000";
bordercolor="#686868";
borderstyle="solid";
borderwidth=1;
separatorcolor="#686868";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
left=200;
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Corporate Social Responsibility;url=/s/CSR.asp;status=Corporate Social Responsibility;");
}

with(milonic=new menuname("Corporate")){
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=Corporate Social Responsibility;url=/s/CSR.asp;status=Corporate Social Responsibility;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");
aI("text=La Preciosa;url=/s/LaPreciosa.asp;status=La Preciosa;");
aI("text=Carina;url=/s/Carina.asp;status=Carina");
//aI("text=Santa Monica;url=/s/SantaMonica.asp;status=Santa Monica;");
//aI("text=San Juan;url=/s/SanJuan.asp;status=San Juan;");
aI("text=QA/QC Procedures;url=/s/QAQC.asp;status=QA/QC Procedures;");
}

with(milonic=new menuname("Investors")){
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=Corporate Profile;url=/s/Brochures.asp;status=Corporate Profile;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Financials;url=/s/FinancialStatements.asp;status=Financials;");
aI("text=Research Reports;url=/s/RelatedReports.asp;status=Research Reports;");
aI("text=Deutsche Anleger;url=/s/RelatedArticles.asp;status=Deutsche Anleger;");
aI("text=Notice to Readers;url=/s/Notice.asp;status=Notice to Readers;");
aI("text=Cautionary Note to US Investors;url=/s/NoticeUS.asp;status=Cautionary Note to US Investors;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=2012;url=/s/NewsReleases.asp?DateRange=2012/01/01...2012/12/31;status=2012 News Releases;");
aI("text=2011;url=/s/NewsReleases.asp?DateRange=2011/01/01...2011/12/31;status=2011 News Releases;");
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;");
aI("text=2005;url=/s/NewsReleases.asp?DateRange=2005/01/01...2005/12/31;status=2005 News Releases;");
aI("text=2004;url=/s/NewsReleases.asp?DateRange=2004/01/01...2004/12/31;status=2004 News Releases;");
aI("text=2003;url=/s/NewsReleases.asp?DateRange=2003/01/01...2003/12/31;status=2003 News Releases;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
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();
