_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="#ac89b8";
pagebgcolor="#585a5c";
pagecolor="#ac89b8";
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")){
align="right";
left="offset=-94";
style=menuStyle;
aI("text=Company Overview;url=/hdr/Corporate.asp;status=Company Overview;");
aI("text=Management & Directors;url=/hdr/Management.asp;status=Management & Directors;");
aI("text=Corporate Information;url=/hdr/CorporateInformation.asp;status=Corporate Information;");
aI("text=Corporate Governance;url=/hdr/Governance.asp;status=Corporate Governance;");
aI("text=Responsible Mineral Development;url=/hdr/Responsible.asp;status=Responsible Mineral Development;");
aI("text=Health & Safety;url=/hdr/HealthSafety.asp;status=Health & Safety;");
}

with(milonic=new menuname("Investors")){
align="right";
left="offset=-22";
style=menuStyle;
aI("text=Investor Overview;url=/hdr/Investors.asp;status=Investor Overview;");
aI("text=News Releases;url=/hdr/NewsReleases.asp;status=News Releases;");
aI("text=Stock Quotes;url=/hdr/StockInfo.asp;status=Stock Quotes;");
aI("text=Presentations;url=/hdr/Presentations.asp;status=Presentations;");
aI("text=Financial Statements;url=/hdr/FinancialStatements.asp;status=Financial Statements;");
aI("text=Media Coverage;url=/hdr/MediaCoverage.asp;status=Media Coverage;");
aI("text=Analyst Coverage;url=/hdr/Analyst_Coverage.asp;status=Analyst Coverage;");
aI("text=SEDAR Filings;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00026403;target=_blank;status=SEDAR Filings;");
aI("text=Corporate Events;url=/hdr/Corporate-Events.asp;status=Corporate Events;");
}

with(milonic=new menuname("Projects")){
align="right";
left="offset=-33";
style=menuStyle;
aI("text=Projects Overview;url=/hdr/Projects.asp;status=Projects Overview;");
aI("text=Niblack;url=/hdr/Niblack.asp;status=Niblack;showmenu=Niblack;");
aI("text=Delta;url=/hdr/Delta.asp;status=Delta;showmenu=Delta;");
aI("text=Technical Team;url=/hdr/GeologicalTeam.asp;status=Technical Team;");
}

with(milonic=new menuname("Niblack")){
align="right";
style=menuStyle;
aI("text=Niblack Overview;url=/hdr/Niblack.asp;status=Niblack Overview;");
aI("text=Development / History;url=/hdr/Development.asp;status=Development / History;");
aI("text=Project Geology;url=/hdr/Geology.asp;status=Project Geology;");
aI("text=Exploration Program;url=/hdr/Exploration.asp;status=Exploration Program;");
aI("text=Location & Maps;url=/hdr/Location.asp;status=Location & Maps;");
aI("text=Sections & Plans;url=/hdr/Sections_Plans.asp;status=Sections & Plans;");
}

with(milonic=new menuname("Delta")){
align="right";
style=menuStyle;
aI("text=Delta Overview;url=/hdr/Delta.asp;status=Delta Overview;");
aI("text=Exploration/History;url=/hdr/Delta-Exp-Hist.asp;status=Exploration/History;");
aI("text=Project Geology;url=/hdr/Delta-Project-Geology.asp;status=Project Geology;");
aI("text=Exploration Program;url=/hdr/Delta-Exploration.asp;status=Exploration Program;");
aI("text=Location;url=/hdr/Delta-Location.asp;status=Location;");
aI("text=Sections & Plans;url=/hdr/Delta_Sections_Plans.asp;status=Sections & Plans;");
}

with(milonic=new menuname("Contact")){
align="right";
left="offset=-50";
style=menuStyle;
aI("text=Contact Info;url=/hdr/Contact.asp;status=Contact Info;");
aI("text=Request More Info;url=/hdr/InformationRequest.asp;status=Request More Info;");
}

drawMenus();
