_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="#adc0ca";
oncolor="#231f20";
offbgcolor="#5b7481";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#231f20";
pagebgcolor="#adc0ca";
headercolor="#231f20";
headerbgcolor="#adc0ca";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#DEEBFA";
oncolor="#330066";
offbgcolor="#c6d2f7";
offcolor="#330066";
bordercolor="#330066";
borderstyle="dotted";
borderwidth=1;
separatorcolor="#330066";
separatorsize="1";
padding=5;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#330066";
pagebgcolor="#DEEBFA";
headercolor="#330066";
headerbgcolor="#DEEBFA";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
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;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Shafter;url=/s/Shafter.asp;showmenu=Shafter;status=Shafter;");
aI("text=La Negra;url=/s/History.asp;showmenu=LaNegra;status=La Negra;");
//aI("text=Rosario;url=/s/Rosario.asp;status=Rosario;");
}

with(milonic=new menuname("Shafter")){
style=menuStyle;
aI("text=Prefeasibility;url=/i/pdf/Pre-Feas.pdf;status=Prefeasibility;target=_blank;");
aI("text=Production;url=/s/Shafter.asp?ReportID=315829;status=Production;");
aI("text=Resources;url=/s/Shafter.asp?ReportID=314429;status=Resources;");
aI("text=Exploration;url=/s/Shafter.asp?ReportID=314430;status=Exploration;");
aI("text=Geology & Metallurgy;url=/s/Shafter.asp?ReportID=314428;status=Geology & Metallurgy;");
aI("text=Location & History;url=/s/Shafter.asp?ReportID=313680;status=Location & History;");
}

with(milonic=new menuname("LaNegra")){
style=menuStyle;
aI("text=History;url=/s/History.asp;status=History;");
aI("text=Ore Bodies;url=/s/OreBodies.asp;showmenu=ore;status=Ore Bodies;");
aI("text=Mill Flow Chart;url=/s/FlowChart.asp;status=Mill Flow Chart;");
aI("text=Exploration Potential;url=/s/ExplorationPotential.asp?ReportID=181251;showmenu=ep;status=Exploration Potential;");
}

with(milonic=new menuname("ore")){
style=menuStyle2;
aI("text=Property Geology;url=/s/OreBodies.asp?ReportID=181247;status=Property Geology;");
aI("text=Level & Ore Body Plan;url=/s/OreBodies.asp?ReportID=181248;status=Level & Ore Body Plan;");
aI("text=Longitudinal Projection North East;url=/s/OreBodies.asp?ReportID=181249;status=Longitudinal Projection North East;");
}

with(milonic=new menuname("ep")){
style=menuStyle2;
aI("text=Longitudinal Sections;url=/s/ExplorationPotential.asp?ReportID=181252;status=Longitudinal Sections;");
}

with(milonic=new menuname("inv")){
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=Media Coverage;url=/s/MediaCoverage.asp;showmenu=media;status=Media Coverage;");
//aI("text=Annual Review;url=/i/pdf/Aurcanaannualreview.pdf;target=blank;status=Annual Review;");
aI("text=Photo Gallery;url=/s/photogallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("media")){
style=menuStyle;
aI("text=Al Korelin Interviews;url=/s/AlKorelinInterviews.asp;status=Al Korelin Interviews;");
aI("text=Peter Zihlmann;url=/s/Zihlmann.asp;status=Peter Zihlmann;");
aI("text=Dr Allen M Alper;url=/s/Alper.asp;status=Dr Allen M Alper;");
aI("text=S&P Market Coverage;url=http://reports.standardandpoors.com/aidata/maccess/a/aun_436397_all.htm;status=S&P Market Coverage;target=_blank");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Address;url=/s/ContactUs.asp;status=Address;");
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();
