_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


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#D0D0D0";
offcolor="#6F1B0D";
onbgcolor="#333333";
oncolor="#FFFFFF";
pagebgcolor="#D0D0D0";
pagecolor="#000000";
bordercolor="#6F1B0D";
borderstyle="solid";
borderwidth=1;
separatorcolor="#6F1B0D";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Corporate Vision;url=/s/CorporateVision.asp;status=Corporate Vision;");
aI("text=Management and Directors;url=/s/Management.asp;status=Management and Directors;");
aI("text=Technical Consultants;url=/s/Consultants.asp;status=Technical Consultants;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Social Responsibility;url=/s/SocialResponsibility.asp;status=Social Responsibility;");
//aI("text=Careers;url=/s/Careers.asp;status=Careers;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=The Nokomis Deposit;url=/s/TheNokomisDeposit.asp;status=The Nokomis Deposit;");
//aI("text=Nokomis Deposit;url=/s/NokomisDeposit.asp;status=Nokomis Deposit;");
aI("text=Project Summary;url=/s/ProjectSummary.asp;status=Project Summary;");
aI("text=Duluth Complex;url=/s/DuluthComplex.asp;status=Duluth Complex;");
}

with(milonic=new menuname("Investor")){
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=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Technical Reports;url=/s/Reports.asp;status=Technical Reports;");
aI("text=Financial and Annual Reports;url=/s/FinancialStatements.asp;status=Financial and Annual Reports;");
aI("text=Analyst Reports;url=/s/AnalystReports.asp;status=Analyst Reports;");
aI("text=DM Regulatory Filings;url=/s/RegulatoryFilings.asp;status=DM Regulatory Filings;");
aI("text=Articles of Interest;url=/s/Articles.asp;status=Articles of Interest;");
}

with(milonic=new menuname("News")){
style=menuStyle;
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;");
aI("text=2006;url=/s/NewsReleases.asp?DateRange=2006/01/01...2006/12/31;status=2006;");
}

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();