_menuCloseDelay=1500          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=500            // 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
fixMozillaZIndex=true


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#cccccc";
offbgcolor="transparent";
offcolor="#fff";
bordercolor="transparent";
borderstyle="none";
borderwidth=0;
separatorcolor="#80545c";
separatorsize="1";
separatorheight="29";
padding=8;
fontsize="";
fontstyle="";
fontfamily="";
pagecolor="#cccccc";
pagebgcolor="transparent";
headercolor="#cccccc";
headerbgcolor="transparent";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#5a0414";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#5a0414";
bordercolor="#7a545a";
borderstyle="solid";
borderwidth=1;
separatorcolor="#7a545a";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="helvetica,verdana";
pagecolor="#ffffff";
pagebgcolor="#5a0414";
headercolor="#ffffff";
headerbgcolor="#5a0414";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Company Overview;url=/s/Corporate.asp;status=Company Overview;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Board Of Directors;url=/s/BoardOfDirectors.asp;status=Board of Directors;");
}

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=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Fact Sheet;url=/i/pdf/Sama_profile.pdf;target=blank;status=Fact Sheet;");
aI("text=Presentations;url=/i/pdf/Sama_Corporate_Presentation.pdf;target=_blank;status=Presentations;");
aI("text=Photo Gallery;url=/s/Photo_Gallery.asp;status=Photo Gallery;");
aI("text=Recent Media;url=/s/Recent_Media.asp;status=Recent Media;");
aI("text=Video;url=/s/Video.asp;status=Video;");
aI("text=2012 Shareholders;url=/s/2012Shareholders.asp;status=2012 Shareholders;");
}
with(milonic=new menuname("News")){
style=menuStyle;
itemwidth=95;
aI("text=2012;url=/s/NewsReleases.asp?DateRange=2012/01/01...2012/12/31;status=2012;");
aI("text=2011;url=/s/NewsReleases.asp?DateRange=2011/01/01...2011/12/31;status=2011;");
aI("text=2010;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
aI("text=2009;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Samapleu Ni-Cu;url=/s/Samapleu.asp;status=Samapleu Ni-Cu;");
aI("text=Lola Ni-Co Project;url=/s/Lola.asp;status=Lola Ni-Co Project;");
//aI("text=Bonanza Gold Project;url=/s/Bonanza.asp;status=Bonanza Gold Project;");
}

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();
