_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=-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(mainStyle=new mm_style()){
onbgcolor="";
oncolor="#17beda";
offbgcolor="";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#3c7b9c";
separatorsize="5";
separatorpadding="6";
padding=6;
fontsize="20";
fontweight="bold";
fontfamily="Arial, Helvetica";
pagecolor="#17beda";
pagebgcolor="";
headercolor="#17beda";
headerbgcolor="";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#17beda";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#3c7b9c";
bordercolor="#3c7b9c";
borderstyle="solid";
borderwidth=1;
separatorcolor="#3c7b9c";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#17beda";
headercolor="#ffffff";
headerbgcolor="#17beda";
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("Corporate")){
style=menuStyle;
aI("text=President's Message;url=/s/Presidents_Message.asp;status=President's Message;");
aI("text=Directors & Management;url=/s/Management.asp;status=Directors & Management;");
aI("text=Corporate Directory;url=/s/Corporate_Directory.asp;status=Corporate Directory;");
aI("text=Corporate Governance;url=/s/Corporate_Governance.asp;status=Corporate Governance;");
aI("text=Disclaimer;url=/s/Disclaimer.asp;status=Disclaimer;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=McFauld's Lake;url=/s/McFauld.asp?ReportID=403790;status=McFauld's Lake;");
aI("text=West Timmins;url=/s/West_Timmins.asp?ReportID=403791;status=West Timmins;");
aI("text=Cree Lake;url=/s/Cree_Lake.asp?ReportID=403792;status=Cree Lake;");
aI("text=Borden Lake;url=/s/Borden_Lake.asp?ReportID=403793;status=Borden Lake;");
aI("text=Goldex Royalty;url=/s/Goldex_Royalty.asp?ReportID=407319;status=Goldex Royalty;");
aI("text=Technical Reports;url=/s/Technical_Reports.asp;status=Technical Reports;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/Stock_Info.asp;status=Stock Info;");
aI("text=Share Data;url=/s/Share_Structure.asp;status=Share Data;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;");
aI("text=Analyst Coverage;url=/s/Analyst_Coverage.asp;status=Analyst Coverage;");
aI("text=Media Coverage;url=/s/Media_Coverage.asp;status=Media Coverage;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Photo Gallery;url=/s/Photo_Gallery.asp;status=Photo Gallery;");
aI("text=Geology 101;url=/s/Geology_101.asp;status=Geology 101;");
aI("text=Related Links;url=/s/Related_Links.asp;status=Related Links;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=Current News Releases;url=/s/News_Releases.asp?DateRange=2010/01/01...2010/12/31;status=Current News Releases;");
aI("text=2009;url=/s/News_Releases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
aI("text=2008;url=/s/News_Releases.asp?DateRange=2008/01/01...2008/12/31;status=2008;");
aI("text=2007;url=/s/News_Releases.asp?DateRange=2007/01/01...2007/12/31;status=2007;");
aI("text=2006;url=/s/News_Releases.asp?DateRange=2006/01/01...2006/12/31;status=2006;");
aI("text=2005;url=/s/News_Releases.asp?DateRange=2005/01/01...2005/12/31;status=2005;");
aI("text=2004;url=/s/News_Releases.asp?DateRange=2004/01/01...2004/12/31;status=2004;");
aI("text=2003;url=/s/News_Releases.asp?DateRange=2003/01/01...2003/12/31;status=2003;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact_Us.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();