_menuCloseDelay=1500          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=500            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0               // 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(mainStyle=new mm_style()){
onbgcolor="";
oncolor="#5fc2f1";
offbgcolor="";
offcolor="#000000";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="ffffff";
separatorsize="1";
separatorpadding="10";
padding=4;
fontsize="16";
fontweight="bold";
fontfamily="Arial, Helvetica";
pagecolor="#5fc2f1";
pagebgcolor="";
headercolor="#5fc2f1";
headerbgcolor="";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
offbgcolor="#ffffff";
offcolor="#024f5e";
onbgcolor="#024f5e";
oncolor="#ffffff";
pagebgcolor="#024f5e";
pagecolor="#ffffff";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
separatorcolor="#cccccc";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, helvetica";
headercolor="#ffffff";
headerbgcolor="#024f5e";
subimage="";
subimagepadding="2";
overfilter="alpha(opacity=100)";
outfilter="";
horizontalMenuDelay = true;
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Directors & Management;url=/tmp/ManagementProfile.asp;status=Directors & Management;");
aI("text=Corporate Directory;url=/tmp/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Environment & Safety;url=/tmp/Safety.asp;status=Environment & Safety;");
aI("text=First Nations Engagement;url=/tmp/FirstNations.asp;status=First Nations Engagement;");
aI("text=Financial Statements;url=/tmp/FinancialStatements.asp?DateRange=2011/05/01...2012/03/01;status=Financial Statements;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=BC Projects;status=BC Projects;showmenu=BC;");
aI("text=Yukon Projects;status=Yukon Projects;showmenu=YUK;");
aI("text=Ontario Projects;status=Ontario Projects;showmenu=ONT;");
}


   with(milonic=new menuname("BC")){
   style=menuStyle;
   aI("text=Capoose;url=/tmp/Capoose.asp;status=Capoose;");
   aI("text=Davidson;url=/tmp/Davidson.asp;status=Davidson;");
   aI("text=3Ts;url=/tmp/3Ts.asp;status=3Ts;");
   //aI("text=Chuchi North;url=/s/ChuchiNorth.asp;status=Chuchi North;");
   }

   with(milonic=new menuname("ONT")){
   style=menuStyle;
   //aI("text=Slate Falls;url=/s/SlateFalls.asp;status=Slate Falls;");
   aI("text=Minnitaki;url=/tmp/Minnitaki.asp;status=Minnitaki;");
   }

   with(milonic=new menuname("YUK")){
   style=menuStyle;
   aI("text=White Gold Area;url=/tmp/WhiteGoldArea.asp;status=White Gold Area;");
   aI("text=Boulevard;url=/tmp/Boulevard.asp;status=Boulevard;");
   aI("text=Prospector Mountain;url=/tmp/ProspectorMountain.asp;status=Prospector Mountain;");
   aI("text=Bouvette;url=/tmp/Bouvette.asp;status=Bouvette;");
   aI("text=WIT;url=/tmp/WIT.asp;status=WIT;");
   aI("text=Keno;url=/tmp/Keno.asp;status=Keno;");
   }

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/tmp/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/tmp/ShareStructure.asp;status=Share Structure;");
aI("text=Fact Sheet;url=/tmp/FactSheet.asp;status=Fact Sheet;");
aI("text=Corporate Presentations;url=/tmp/Presentations.asp;status=Corporate Presentations;");
aI("text=Peter Grandich Blog;url=/tmp/PeterGrandichBlog.asp?DateRange=2011/01/01...2011/12/31;status=Peter Grandich Blog;");
aI("text=HRA Journal;url=/tmp/HRAJournal.asp;status=HRA Journal;");
aI("text=Related Websites;url=/tmp/RelatedSites.asp;status=Related Websites;");
aI("text=Upcoming Events;url=/tmp/UpcomingEvents.asp;status=Upcoming Events;");
aI("text=Analyst Coverage;url=/tmp/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Annual General Meeting;url=/tmp/AGM.asp;status=Annual General Meeting;");
//aI("text=Multimedia;url=/s/Multimedia.asp;status=Multimedia;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/tmp/Contact.asp;status=Contact Info;");
aI("text=Request More Info;url=/tmp/InformationRequest.asp;status=Request More Info;");
//aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();

