_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="#ffffff";
offcolor="#c99b89";
onbgcolor="#ffffff";
oncolor="#8a2003";
pagebgcolor="#ffffff";
pagecolor="#8a2003";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#c99b89";
separatorsize="1";
padding=6;
fontsize="11";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
aI("text=Advisory Board;url=/s/AdvisoryBoard.asp;status=Advisory Board;");
aI("text=Employment;url=/s/Employment.asp;status=Employment;");
aI("text=Environmental Responsibility and Community Relations;url=/s/Environmental.asp;status=Environmental Responsibility and Community Relations;");
aI("text=Code of Business Conduct & Ethics;url=/s/BusinessConduct.asp;status=Code of Business Conduct & Ethics;");
aI("text=Corporate Disclosure & Inside Trading Policy;url=/s/CorporateDisclosure.asp;status=Corporate Disclosure & Inside Trading Policy;");
aI("text=Statement of Corporate Governance Practices;url=/s/CorporateGovernance.asp;status=Statement of Corporate Governance Practices;");
aI("text=Annual Information Form;url=/s/AIF.asp;status=Annual Information Form;");
//aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Poplar Project;url=/s/Poplar.asp;status=Poplar Project;");
aI("text=ROK-Coyote Project;url=/s/ROK-Coyote.asp;status=ROK-Coyote Project;");
aI("text=Hudson Bay Mountain Project;url=/s/HudsonBayMountain.asp;status=Hudson Bay Mountain Project;");
aI("text=Copperline Project;url=/s/Copperline.asp;status=Copperline Project;");
aI("text=Kelly Creek Project;url=/s/KellyCreek.asp;status=KellyCreek Project;");
aI("text=QP Approval;url=/s/QP_Approval.asp;status=QP Approval;");
}

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=SEDAR Filings;url=/s/FinancialStatements.asp;status=SEDAR Filings;");
aI("text=Related Information;url=/s/RelatedInformation.asp;status=Related Information;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Industry News;url=/s/IndustryNews.asp;status=Industry News;");
aI("text=RSS Feed;url=/s/RSS.asp;target=_blankstatus=RSS Feed;");
}

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/Subscribe_Form.asp;status=Request More Info;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

with(milonic=new menuname("Leg")){
style=menuStyle;
aI("text=General Disclaimers;url=/s/Disclaimer.asp?ReportID=431197;status=General Disclaimers;");
aI("text=FLI Disclaimer;url=/s/Disclaimer.asp?ReportID=465083;status=FLI Disclaimer;");
}

drawMenus();
