_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=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="#000000";
onbgcolor="#C7C7C7";
oncolor="#333333";
pagebgcolor="#C7C7C7";
pagecolor="#210202";
bordercolor="#101010";
borderstyle="solid";
borderwidth=0;
separatorcolor="#101010";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(TopMenu=new mm_style()){
offbgcolor="none";
offcolor="#D39F0E";
onbgcolor="none";
oncolor="#FFFFFF";
pagebgcolor="none";
pagecolor="#FFFFFF";
bordercolor="#101010";
borderstyle="solid";
borderwidth=0;
separatorcolor="#D39F0E";
separatorheight="10px";
separatorpadding="5";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
menuwidth="105px";
aI("text=Profile;url=/s/CorporateProfile.asp;status=Profile;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
aI("text=Officers;url=/s/Management.asp;status=Officers;");
aI("text=Corporate Responsibility;url=/s/Governance.asp;status=Corporate Responsibility;showmenu=Responsibility");
aI("text=Information;url=/s/CorporateInfo.asp;status=Information;");
}

   with(milonic=new menuname("Responsibility")){
   style=menuStyle;
   aI("text=Governance;url=/s/Governance.asp;status=Governance;");
   aI("text=Whistleblower;url=/s/Whistleblower.asp;status=Whistleblower;");
   //aI("text=Sustainability;url=/s/Sustainability.asp;status=Sustainability;");
   }

with(milonic=new menuname("Projects")){
style=menuStyle;
menuwidth="107px";
aI("text=Timmins;status=Timmins;showmenu=Timmins");
aI("text=Production;status=Production;showmenu=Production");
aI("text=Development;status=Development;showmenu=Development");
aI("text=Exploration;url=/s/Exploration.asp;status=Exploration;showmenu=Exploration;");
aI("text=Reserves / Resources;url=/s/Reserves.asp;status=Reserves / Resources;");
aI("text=Technical Reports;url=/s/TechnicalReports.asp;status=Technical Reports;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

   with(milonic=new menuname("Exploration")){
   style=menuStyle;
aI("text=Advanced Projects;url=/s/AdvancedProjects.asp;status=Advanced Projects;");
aI("text=Regional Exploration;url=/s/RegionalExploration.asp;status=Regional Exploration;");

   }
   
   with(milonic=new menuname("Timmins")){
   style=menuStyle;
   aI("text=History;url=/s/History.asp;status=History;");
   aI("text=Regional Geology;url=/s/RegionalGeology.asp;status=Regional Geology;");
   }
   
   with(milonic=new menuname("Production")){
   style=menuStyle;
   aI("text=Holloway Mine;url=/s/Holloway.asp;status=Holloway Mine;");

   }
   
   with(milonic=new menuname("Development")){
   style=menuStyle;

   aI("text=Holt Mine and Mill;url=/s/Holt.asp;status=Holt Mine and Mill;");
   aI("text=Hislop Project;url=/s/Hislop.asp;status=Hislop Project;");
   }

with(milonic=new menuname("Investors")){
style=menuStyle;
menuwidth="107px";
aI("text=Investor Snapshot;url=/s/InvestorSnapshot.asp;status=Investor Snapshot;");
aI("text=Events;url=/s/Events.asp;status=Events;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Annual and Interim Reports;url=/s/FinancialStatements.asp;status=Annual and Interim Reports;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Regulatory Filings;url=/s/RegulatoryFilings.asp;status=Regulatory Filings;");
aI("text=Shareholder Services;url=/s/ShareholderServices.asp;status=Shareholder Services;");
aI("text=Links;url=/s/Links.asp;status=Links;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
menuwidth="116px";
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();