_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="#C60000";
oncolor="#ffffff";
offbgcolor="#8A0000";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#C60000";
headercolor="#ffffff";
headerbgcolor="#C60000";
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;
top="offset=1";
left="offset=7";
aI("text=Overview;url=/s/Company.asp;status=Overview;");
aI("text=Management & Directors;url=/s/Management.asp;status=Management & Directors;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=1";
left="offset=7";
aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");
aI("text=Huemul Project;url=/s/Huemul.asp;status=Huemul Project;");
aI("text=La Pintada Project;url=/s/LaPintada.asp;status=La Pintada Project;");
aI("text=Ranquil-Co Project;url=/s/Ranquil-Co.asp;status=Ranquil-Co Project;");
aI("text=Central Block Project;url=/s/CentralBlock.asp;status=Central Block Project;");
aI("text=Campesino Norte Project;url=/s/CampesinoNorte.asp;status=Campesino Norte Project;");
aI("text=San Jorge Basin Exploration Program;url=/s/SanJorgeBasin.asp;status=San Jorge Basin Exploration Program;");
aI("text=Sage Creek Project;url=/s/SageCreek.asp;status=Sage Creek Project;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=1";
left="offset=7";
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
//aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Related Links;url=/s/RelatedLinks.asp;status=Related Links;");
}

with(milonic=new menuname("communities")){
style=menuStyle;
top="offset=1";
left="offset=7";
aI("text=Our Communities;url=/s/OurCommunities.asp?ReportID=189168,300413;status=Our Communities;");
aI("text=Health & Safety and Environment;url=/s/OurCommunities.asp?ReportID=300412,191272,300419;status=Health & Safety and Environment;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=1";
left="offset=7";
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
}

drawMenus();