_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=-1               // Sub menu top offset
_subOffsetLeft=0            // 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="#ac591d";
offcolor="#ffffff";
onbgcolor="#ffffff";
oncolor="#000000";
pagebgcolor="#ffffff";
pagecolor="#000000";
bordercolor="#ac591d";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding="6";
fontsize="12";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Technical Advisory Committee;url=/s/TechnicalAdvisoryCommittee.asp;status=Technical Advisory Committee;");
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("Projects")){
style=menuStyle;
aI("text=Locations and Overview;url=/s/Projects.asp;status=Locations and Overview;");
aI("text=Bandito REE-Niobium-Nickel-Copper Project, Yukon;url=/s/Bandito.asp?ReportID=427918;status=Bandito REE-Niobium-Nickel-Copper Project, Yukon;");
aI("text=Elephant Mountain Gold Project, Alaska;url=/s/elephant.asp?ReportID=500326;status=Elephant Mountain Gold Project, Alaska;");
aI("text=Rattlesnake Hills - Natrona Gold Project, Wyoming;url=/s/Natrona.asp?ReportID=445773;status=Rattlesnake Hills - Natrona Gold Project, Wyoming;");
aI("text=Livengood Gold Projects, Alaska;url=/s/Livengood.asp?ReportID=446003;status=Livengood Gold Projects, Alaska;");
//aI("text=Vana Gold Project;url=/s/Vana.asp?ReportID=446001;status=Vana Gold Project;");
aI("text=Pardo Gold Project, Ontario;url=/s/Pardo.asp?ReportID=445767;status=Pardo Gold Project, Ontario;");
aI("text=Other Projects;showmenu=oth;status=Other Projects;showmenu=oth;");
}

with(milonic=new menuname("oth")){
style=menuStyle;
aI("text=Nechako Gold Project;url=/s/Nechako.asp?ReportID=445768;status=Nechako Gold Project;");
aI("text=Dogpaw Lake Gold Project;url=/s/Dogpaw.asp;status=Dogpaw Lake Project;");
//aI("text=BQ Endurance Polymetallic Project;url=/s/BQ.asp;status=BQ Endurance Polymetallic Project;");
//aI("text=Annie Silver Project;url=/s/Annie.asp;status=Annie Silver Project;");
}

with(milonic=new menuname("News")){
style=menuStyle;
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;");
aI("text=2008;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008;");
aI("text=2007;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007;");
aI("text=2006;url=/s/NewsReleases.asp?DateRange=2006/01/01...2006/12/31;status=2006;");
aI("text=2005;url=/s/NewsReleases.asp?DateRange=2005/01/01...2005/12/31;status=2005;");
}

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=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
aI("text=QwikReport;url=/s/QwikReport.asp;status=QwikReport;");
}

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();
