_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="#eeeeee";
oncolor="#000000";
offbgcolor="#DDBD6E";
offcolor="#000000";
bordercolor="#336699";
borderstyle="solid";
borderwidth=1;
separatorcolor="#336699";
separatorsize="1";
padding=4;
fontsize="11";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#eeeeee";
headercolor="#000000";
headerbgcolor="#eeeeee";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Main Menu")){
style=AllImagesStyle;
top=148;
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
aI("url=/s/CorporateInfo.asp;showmenu=corp;image=/i/menu2/corporate-off.gif;overimage=/i/menu2/corporate-on.gif;");
aI("url=/s/NewsReleases.asp;image=/i/menu2/newsreleases-off.gif;overimage=/i/menu2/newsreleases-on.gif;");
aI("url=/s/Projects.asp;showmenu=prj;image=/i/menu2/properties-off.gif;overimage=/i/menu2/properties-on.gif;");
aI("url=/s/InvestorInfo.asp;showmenu=inv;image=/i/menu2/investor-off.gif;overimage=/i/menu2/investor-on.gif;");
aI("url=/s/ContactUs.asp;showmenu=contact;image=/i/menu2/contact-off.gif;overimage=/i/menu2/contact-on.gif;");
aI("url=/s/QwikReport.asp;status=QwikReport Page;image=/i/menu2/qwikreport-off.gif;overimage=/i/menu2/qwikreport-on.gif;");
aI("url=/s/Home.asp;status=Home Page;image=/i/menu2/home-off.gif;overimage=/i/menu2/home-on.gif;");
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Management Team;url=/s/Management.asp;status=Management Team;itemwidth=135");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");

}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Peru Properties;url=/s/Peru.asp;showmenu=peru;status=Peru Properties;itemwidth=135");
aI("text=Chile Property;url=/s/Chile.asp;showmenu=chile;status=Chile Property;itemwidth=135");
//aI("text=Erichsen Lake Property;url=/s/ErichsenLake.asp;status=Erichsen Lake Property;itemwidth=135");
}

with(milonic=new menuname("peru")){
style=menuStyle;
aI("text=Colpayoc (Porphyry-Skarn Gold, Copper, Silver, Molybdenum);url=/s/Colpayoc.asp;status=Colpayoc (Porphyry-Skarn Gold, Copper, Silver, Molybdenum);");
aI("text=La Tola (Epithermal Gold, Silver) ;url=/s/LaTola.asp;status=La Tola (Epithermal Gold, Silver) ;");
aI("text=Cerro Cori (Porphyry Copper, Gold);url=/s/CerroCori.asp;status=Cerro Cori (Porphyry Copper, Gold);");
aI("text=Pucarana (Epithermal Gold, Silver);url=/s/Apune-Pucarana.asp;status=Pucarana (Epithermal Gold, Silver);");
aI("text=Ccello Ccello (Epithermal Gold, Silver);url=/s/Ccello.asp;status=Ccello Ccello (Epithermal Gold, Silver);");
aI("text=La Estrella (Epithermal Gold, Silver, Copper);url=/s/LaEstrella.asp;status=La Estrella (Epithermal Gold, Silver, Copper);");
aI("text=Pampa Poroma (Iron Oxide Copper Gold);url=/s/PampaPoroma.asp;status=Pampa Poroma (Iron Oxide Copper Gold);");
//aI("text=Compañía Minera Canadian Shield Perú S.A.C.;url=/s/CompaniaMinera.asp;showmenu=Compania;status=Compañía Minera Canadian Shield Perú S.A.C.;");
//aI("text=Gallant Minerals Perú Ltd. S.A.;url=/s/Gallant.asp;showmenu=gallant;status=Gallant Minerals Perú Ltd. S.A.;");
//aI("text=Anderson Peru Mining and Exploration S.A.C.;url=/s/APMX.asp;showmenu=apmx;status=Anderson Peru Mining and Exploration S.A.C.;");
}

with(milonic=new menuname("chile")){
style=menuStyle;
aI("text=Trol (Mesothermal Gold);url=/s/Trol.asp;status=Trol (Mesothermal Gold);");
}


with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;itemwidth=135");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Related Reports;url=/s/RelatedReports.asp;status=Related Reports;");
aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;");
aI("text=Newsletter Coverage;url=/s/RelatedArticles.asp;status=Newsletter Coverage;");
aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
//aI("text=Corporate Presentation;url=/i/pdf/Presentation-Oct2009.pdf;status=Corporate Presentation;target=_blank;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;itemwidth=135");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();