_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="#95261B";
oncolor="#ffcc00";
offbgcolor="#e60d00";
offcolor="#ffffff";
bordercolor="#be120b";
borderstyle="solid";
borderwidth=0;
separatorcolor="#be120b";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffcc00";
pagebgcolor="#95261B";
headercolor="#ffcc00";
headerbgcolor="#95261B";
subimage="/cc/i/arrow-w.gif";
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;
top="offset=-1";
menuwidth="161";
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Board of Directors;url=/s/Board.asp;status=Board of Directors;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=-1";
menuwidth="161";
aI("text=Quebec;url=/s/Quebec.asp?ReportID=363595;showmenu=que;status=Quebec;");
aI("text=Saskatchewan;url=/s/Sask.asp?ReportID=363831;showmenu=sask;status=Saskatchewan;");
}

   with(milonic=new menuname("que")){
   style=menuStyle;
   aI("text=Project Overview;url=/s/Quebec.asp?ReportID=363595;status=Project Overview;");
   aI("text=Property Descriptions;url=/s/Quebec.asp?ReportID=363598;status=Property Descriptions;");
   aI("text=Costebelle Claim Group;url=/s/Quebec.asp?ReportID=363599;status=Costebelle Claim Group;");
   aI("text=Exploration and Development;url=/s/Quebec.asp?ReportID=363601;status=Exploration and Development;");
   aI("text=Technical Data;url=/s/Quebec.asp?ReportID=363604;status=Technical Data;");
   aI("text=Media;url=/s/Quebec.asp?ReportID=363605;status=Media;");
   }

   with(milonic=new menuname("sask")){
   style=menuStyle;
   aI("text=Project Overview;url=/s/Sask.asp?ReportID=363831;status=Project Overview;");
   aI("text=Exploration and Development;url=/s/Sask.asp?ReportID=363833;status=Exploration and Development;");
   aI("text=Technical Data;url=/s/Sask.asp?ReportID=363834;status=Technical Data;");
   }

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=-1";
menuwidth="160";
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
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;");
aI("text=Presentations;url=/s/Presentation.asp;status=Presentations;");
aI("text=Fact Sheet;url=/i/pdf/FactSheet.pdf;status=Fact Sheet;target=_blank;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
top="offset=-1";
left="offset=1";
menuwidth="162";
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();
