_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="#222E55";
oncolor="#ffffff";
offbgcolor="#4A5FA0";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#222E55";
headercolor="#ffffff";
headerbgcolor="#222E55";
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=President's Message;url=/s/PresidentsMessage.asp;status=President's Message;");
aI("text=Directors & Management;url=/s/Management.asp;status=Directors & Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Disclaimer;url=/s/Disclaimer.asp;status=Disclaimer;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=McFauld's Lake;url=/s/McFauld.asp;status=McFauld's Lake;");
aI("text=West Timmins Project;url=/s/WestTimmins.asp;status=West Timmins Project;");
aI("text=Goldex Royalty;url=/s/Goldex.asp;status=Goldex Royalty;");
//aI("text=Norway Lake;url=/s/NorwayLake.asp;status=Norway Lake;");
//aI("text=Greenlaw;url=/s/Greenlaw.asp;status=Greenlaw;");
aI("text=Reports;url=/s/Reports.asp;status=Reports;");
}

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=Brochures & Presentations;url=/s/Brochures.asp;status=Brochures & Presentations;");
aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;");
aI("text=Newsletters;url=/s/Newsletters.asp;status=Newsletters;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
aI("text=Geology 101;url=/s/Geology101.asp;status=Geology 101;");
aI("text=Related Links;url=/s/RelatedLinks.asp;status=Related Links;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=2009;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
aI("text=2008;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008;");
aI("text=2007;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007;");
aI("text=2006;url=/s/NewsReleases.asp?DateRange=2006/01/01...2006/12/31;status=2006;");
aI("text=2005;url=/s/NewsReleases.asp?DateRange=2005/01/01...2005/12/31;status=2005;");
aI("text=2004;url=/s/NewsReleases.asp?DateRange=2004/01/01...2004/12/31;status=2004;");
aI("text=2003;url=/s/NewsReleases.asp?DateRange=2003/01/01...2003/12/31;status=2003;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
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();