_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()){
offbgcolor="#9a0000";
offcolor="#ffffff";
onbgcolor="#ffffff";
oncolor="#9a0000";
pagebgcolor="#ffffff";
pagecolor="#9a0000";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, verdana";
headercolor="#9a0000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";

}



with(milonic=new menuname("Decoy")){
left=200;
style=menuStyle;
aI("text=Management and Directors;url=/s/Management.asp;status=Management and Directors;");
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("corp")){
style=menuStyle;
aI("text=Overview;url=/s/CorporateInfo.asp;status=Overview;");
aI("text=Management and Directors;url=/s/Management.asp;status=Management and Directors;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("prod")){
style=menuStyle;
aI("text=Santander Project;url=/s/Santander.asp;status=Santander Project;");
aI("text=Gallery;url=/s/Gallery.asp;status=Gallery;");
}


with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Quote & Chart;url=/s/StockInfo.asp;status=Stock Quote & Chart;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Financials;url=/s/FinancialStatements.asp;status=Financials;");
aI("text=Corporate Marketing;url=/s/Marketing.asp;status=Corporate Marketing;");
aI("text=Press Coverage;url=/s/PressCoverage.asp;status=Press Coverage;");
aI("text=Kitco Base Metals;url=http://www.kitcometals.com/charts/;target=blank;status=Kitco Base Metals;");
aI("text=Analyst Reports;url=/s/AnalystReports.asp;status=Analyst Reports;");
aI("text=Regulatory Filings;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00008301;target=blank;status=Regulatory Filings;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
}


with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.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();