_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // 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


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#003661";
oncolor="#ffffff";
offbgcolor="#E6E7E0";
offcolor="#003366";
bordercolor="#F1F2EC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#F1F2EC";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#003661";
pagebgcolor="#ffffff";
headercolor="#003661";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}


with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Management;url=/s/ManagementProfile.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp?DateRange=2009/05/01...2010/03/01;status=Financial Statements;");
//aI("text=Corporate Overview;url=/i/pdf/CompanyOverviewSept.pdf;target=blank;status=Corporate Overview;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=BC Projects;status=BC Projects;showmenu=BC;");
aI("text=Ontario Projects;status=Ontario Projects;showmenu=ONT;");
aI("text=Yukon Projects;url=/s/DawsonRange.asp;status=Yukon Projects;showmenu=YUK;");
}


	with(milonic=new menuname("BC")){
	style=menuStyle;
	aI("text=Capoose;url=/s/Capoose.asp;status=Capoose;");
	aI("text=3Ts;url=/s/3Ts.asp;status=3Ts;");
	aI("text=Davidson;url=/s/BlackwaterDavidson.asp;status=Davidson;");
	}

	with(milonic=new menuname("ONT")){
	style=menuStyle;
	aI("text=Minnitaki;url=/s/Minnitaki.asp;status=Minnitaki;");
	aI("text=Slate Falls;url=/s/SlateFalls.asp;status=Slate Falls;");
	}

	with(milonic=new menuname("YUK")){
	style=menuStyle;
	aI("text=Keno;url=/s/Mayo.asp;status=Keno;");
	aI("text=Boulevard;url=/s/Boulevard.asp;status=Boulevard;");
	aI("text=White Gold Area;url=/s/WhiteGoldArea.asp;status=White Gold Area;");
	}

with(milonic=new menuname("inv")){
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=Fact Sheet;url=/s/FactSheet.asp;status=Fact Sheet;");
aI("text=Corporate Presentations;url=/s/Presentations.asp;status=Corporate Presentations;");
aI("text=Peter Grandich Blog;url=/s/PeterGrandichBlog.asp;status=Peter Grandich Blog;");
aI("text=Related Websites;url=/s/SilverInfo.asp;status=Related Websites;");
aI("text=Multimedia;url=/s/Multimedia.asp;status=Multimedia;");

}

with(milonic=new menuname("rel")){
style=menuStyle;
aI("text=Related Reports;url=/s/RelatedReports.asp;status=Related Reports;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
}

with(milonic=new menuname("mul")){
style=menuStyle;
aI("text=Photo Gallery;url=/s/Multimedia.asp?ReportID=81578;status=Photo Gallery;");
aI("text=Corporate Presentations;url=/s/Presentations.asp;status=Corporate Presentations;");
aI("text=Peter Grandich Blog;url=/s/PeterGrandichBlog.asp;status=Peter Grandich Blog;");
aI("text=Fact Sheet;url=/s/FactSheet.asp;status=Fact Sheet;");
//aI("text=Video Clips;url=/s/Multimedia.asp?ReportID=81292;status=Video Clips;");
//aI("text=Audio Clips;url=/s/Multimedia.asp?ReportID=90448;status=Audio Clips;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.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();
