_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()){
offbgcolor="#000000";
offcolor="#d0b390";
onbgcolor="#000000";
oncolor="#ffffff";
pagebgcolor="#000000";
pagecolor="#ffffff";
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
separatorcolor="#333333";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#ffffff";
headerbgcolor="#000000";
subimage="/i/common/arrow-b.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
// aI("text=Corporate Info;url=/s/Corporate.asp;status=Corporate Info;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
//aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;showmenu=govern;status=Corporate Governance;");
aI("text=Corporate Governance;showmenu=govern;status=Corporate Governance;");
aI("text=Shareholder Rights Plan;url=/i/pdf/shareholder-rights-plan.pdf;target=_blank;status=Shareholder Rights Plan;");
aI("text=Environment;url=/s/Environment.asp;status=Environment;");
aI("text=Community;url=/s/Community.asp;status=Community;");
//aI("text=Career Opportunities;url=/i/pdf/GarsonGold-Career.pdf;target=blank;status=Career Opportunities;");
}

   with(milonic=new menuname("govern")){
   style=menuStyle;
   aI("text=Code of Business Conduct and Ethics;url=/s/Ethics.asp;status=Code of Business Conduct and Ethics;");
   aI("text=Committee Charters;url=/s/CommitteeCharters.asp?ReportID=267196;showmenu=committee;status=Committee Charters;");
   }

   with(milonic=new menuname("committee")){
   style=menuStyle;
   aI("text=Audit Committee;url=/s/CommitteeCharters.asp?ReportID=267197;status=Audit Committee;");
   aI("text=Whistleblower Policy;url=/s/CommitteeCharters.asp?ReportID=267198;status=Whistleblower Policy;");
   aI("text=Nomination & Corporate Governance Policy;url=/s/CommitteeCharters.asp?ReportID=267199;status=Nomination & Corporate Governance Policy;");
   aI("text=Compensation Committee;url=/s/CommitteeCharters.asp?ReportID=267200;status=Compensation Committee;");
   aI("text=Disclosure Committee;url=/s/CommitteeCharters.asp?ReportID=267203;status=Disclosure Committee;");
   }

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=New Britannia Mine;url=/s/NewBritanniaMine.asp?ReportID=191902;status=New Britannia Mine;");
// aI("text=Squall Lake Property;url=/s/SquallLake.asp?ReportID=193384;status=Squall Lake Property;");
aI("text=Copper Prince Property;url=/s/CopperPrince.asp?ReportID=191882;status=Copper Prince Property;");
aI("text=McMillan Gold Mine Property;url=/s/McMillan.asp?ReportID=193391;status=McMillan Gold Mine Property;");
aI("text=Luciana Gold Prospect, Quebec;url=/s/Luciana.asp;status=Luciana Gold Prospect, Quebec;");
aI("text=BC Projects;url=/s/BCProjects.asp;status=BC Projects;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Analyst Reports;url=/s/AnalystReports.asp;status=Analyst Reports;");
aI("text=Corporate Brochure;url=/s/CorporateBrochure.asp;status=Corporate Brochure;");
aI("text=Corporate Presentation;url=/s/CorporatePresentation.asp;status=Corporate Presentation;");
aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
aI("text=New Britannia Mine Store;url=/s/NewBritanniaMineShop.asp;status=New Britannia Mine Store;");
aI("text=Upcoming Events;url=/s/UpcomingEvents.asp;status=Upcoming Events;");
aI("text=Alexis Takeover Offer;url=/s/Alexis.asp;status=Alexis Takeover Offer;rawcss=color:#ff0000;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=News Archive;url=/s/NewsArchive.asp;status=News Archive;");
}

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();