_menuCloseDelay=1200          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=250            // 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="#F0F0F0";
offcolor="#000000";
onbgcolor="#CECECE";
oncolor="#333333";
pagebgcolor="#CECECE";
pagecolor="#333333";
bordercolor="#101010";
borderstyle="solid";
borderwidth=1;
separatorcolor="#101010";
separatorsize="1";
padding=4;
fontsize="11";
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("Corporate")){
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
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 Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Social Responsibility;url=/s/SocialResponsibility.asp;status=Social Responsibility;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
//aI("text=BC Project Location Map;url=/s/Projects.asp;status=BC Project Location Map;");
//aI("text=Nechako Basin;url=/s/NechakoBasin.asp;status=Nechako Basin;");
aI("text=Ball Creek;url=/s/BallCreek.asp;status=Ball Creek;showmenu=ball");
//aI("text=Chist Creek;url=/s/ChistCreek.asp;status=Chist Creek;");
//aI("text=Whitesail;url=/s/Whitesail.asp;status=Whitesail;");
//aI("text=Icy Lake-Fae-Slam;url=/s/IcyLake.asp;status=Icy Lake-Fae-Slam;");
//aI("text=JLN;url=/s/JLN.asp;status=JLN;");
//aI("text=Lac Doda;url=/s/LacDoda.asp;status=Lac Doda;");
aI("text=Colombia - Trident Gold Corp.;url=/s/Colombia.asp;status=Colombia – Trident Gold Corp.;");
aI("text=Mexico - Sundance Minerals Ltd.;url=/s/Mexico.asp;status=Mexico – Sundance Minerals Ltd.;");
aI("text=Projects for Option;url=/s/Option.asp;status=Projects for Option;showmenu=opt");
aI("text=Monetized Assets;url=/s/MonetizedAssets.asp?ReportID=459344;status=Monetized Assets;showmenu=mon");
}

with(milonic=new menuname("ball")){
style=menuStyle;
aI("text=Main;url=/s/BallCreek.asp?ReportID=504687;status=Main;");
aI("text=Rainbow;url=/s/BallCreek.asp?ReportID=504701;status=Rainbow;");
aI("text=Cliff-North More-Mess Creek;url=/s/BallCreek.asp?ReportID=504706;status=Cliff-North More-Mess Creek;");
aI("text=Ridge;url=/s/BallCreek.asp?ReportID=504708;status=Ridge;");
aI("text=Valley;url=/s/BallCreek.asp?ReportID=504711;status=Valley;");
aI("text=HP;url=/s/BallCreek.asp?ReportID=504712;status=HP;");
aI("text=Rojo Grande;url=/s/BallCreek.asp?ReportID=504720;status=Rojo Grande;");
}

with(milonic=new menuname("opt")){
style=menuStyle;
aI("text=Chist Creek;url=/s/ChistCreek.asp;status=Chist Creek;");
aI("text=JLN;url=/s/JLN.asp;status=JLN;");
aI("text=Icy Lake-Fae-Slam;url=/s/IcyLake.asp;status=Icy Lake-Fae-Slam;");
aI("text=Troitsa Epithermal Au-Ag;url=/s/Troitsa-Epithermal-Au-Ag.asp;status=Troitsa Epithermal Au-Ag;");
aI("text=Mt. Dunn Cu-Au Porphyry;url=/s/Mt-Dunn-Cu-Au-Porphyry.asp;status=Mt. Dunn Cu-Au Porphyry;");
aI("text=Laura Mo Porphyry;url=/s/Laura-Mo-Porphyry.asp;status=Laura Mo Porphyry;");
aI("text=Castle Carbonate-hosted Zn-Pb;url=/s/Castle-Carbonate-hosted-Zn-Pb.asp;status=Castle Carbonate-hosted Zn-Pb;");
}

with(milonic=new menuname("mon")){
style=menuStyle;
aI("text=Ben;url=/s/MonetizedAssets.asp?ReportID=459411;status=Ben;");
aI("text=Buck;url=/s/MonetizedAssets.asp?ReportID=459418;status=Buck;");
aI("text=Logan;url=/s/MonetizedAssets.asp?ReportID=459415;status=Logan;");
aI("text=Mt. Bisson & Xeno REE;url=/s/MonetizedAssets.asp?ReportID=459344;status=Mt. Bisson & Xeno REE;");
}

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=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}

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();
