_menuCloseDelay=1200          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // 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(menuStyle=new mm_style()){
offbgcolor="#585a5c";
offcolor="#FFFFFF";
onbgcolor="#585a5c";
oncolor="#35BDB2";
pagebgcolor="#585a5c";
pagecolor="#35BDB2";
bordercolor="#101010";
borderstyle="solid";
borderwidth=0;
separatorcolor="#101010";
separatorsize="0";
padding=10;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="alpha(opacity=100)";
outfilter="";
horizontalMenuDelay = true;
}


with(milonic=new menuname("Company")){
style=menuStyle;
align="right";
left="offset=-74";
aI("text=Overview;url=/s/Corporate.asp;status=Overview;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Board of Directors;url=/s/Directors.asp;status=Board of Directors;");
aI("text=Corporate Information;url=/s/CorporateDirectory.asp;status=Corporate Information;");
aI("text=Corporate Governance;url=/s/Governance.asp;status=Corporate Governance;");
aI("text=Responsible Mineral Development;url=/s/Development.asp;status=Responsible Mineral Development;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
align="right";
left="offset=-62";
aI("text=Overview;url=/s/Investors.asp;status=Overview;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Presentations, Events & Media;url=/s/Presentations.asp;status=Presentations, Events & Media;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=SEDAR Filings;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00027268;target=_blank;status=Sedar Filings;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
align="right";
left="offset=-60";
aI("text=Overview;url=/s/Overview.asp;status=Overview;");
aI("text=Development/History;url=/s/History.asp;status=Development/History;");
aI("text=Geology;url=/s/Geology.asp;status=Geology;");
aI("text=Program;url=/s/Program.asp;status=Program;");
aI("text=Location;url=/s/Location.asp;status=Location;");
aI("text=Technical Team;url=/s/TechnicalTeam.asp;status=Technical Team;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
align="right";
left="offset=-40";
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();
