_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 Netscape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#b39636";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#C7A42B";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#C7A42B";
headercolor="#ffffff";
headerbgcolor="#C7A42B";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("comp")){
style=menuStyle;
itemwidth=125;
aI("text=Overview;url=/s/Overview.asp;status=Overview;");
aI("text=Directors & Management;url=/s/DirectorsManagement.asp;status=Directors & Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
itemwidth=102;
aI("text=Detour Lake;url=/s/DetourLake.asp;showmenu=detour;status=Detour Lake;");
}

   with(milonic=new menuname("detour")){
   style=menuStyle2;
   aI("text=Explore Detour Lake;url=/s/LatestDrillResults.asp;status=Explore Detour Lake;");
   }

with(milonic=new menuname("news")){
style=menuStyle;
itemwidth=159;
aI("text=2010;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
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;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
itemwidth=146;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financials;url=/s/FinancialInformation.asp;status=Financials;");
aI("text=Events;url=/s/Events.asp;status=Events;");
aI("text=Analyst Reports;url=/s/AnalystReports.asp;status=Analyst Reports;");
aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;");
aI("text=Capitalization;url=/s/Capitalization.asp;status=Capitalization;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
itemwidth=116;
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
}

drawMenus();