_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="#F0F0F0";
offcolor="#000000";
onbgcolor="#CECECE";
oncolor="#333333";
pagebgcolor="#CECECE";
pagecolor="#333333";
bordercolor="#101010";
borderstyle="solid";
borderwidth=1;
separatorcolor="#101010";
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=About Moneta;url=/s/Corporate.asp;status=About Moneta;");
aI("text=Board of Directors;url=/s/Directors.asp;status=Board of Directors;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");
aI("text=Golden Highway Project;url=/s/GoldenHighway.asp;showmenu=GH;status=Golden Highway Project;");
aI("text=Porcupine Camp;url=/s/PorcupineCamp.asp;showmenu=PC;status=Porcupine Camp;");
//aI("text=Why Canada? Ontario? Timmins?;url=/s/WhyCanada.asp;status=Why Canada? Ontario? Timmins?;");
}

with(milonic=new menuname("GH")){
style=menuStyle;
aI("text=Windjammer North & South;url=/s/Windjammer.asp;status=Windjammer;");
aI("text=Southwest Zone;url=/s/SouthwestZone.asp;status=Southwest Zone;");
aI("text=55 Zone;url=/s/MichaudJV.asp;status=55 Zone;");
aI("text=Dyment 3;url=/s/Dyment3.asp;status=Dyment 3;");
aI("text=Western Zone;url=/s/WesternZone.asp;status=Western Zone;");
aI("text=Landing/Twin Creeks;url=/s/LandingTwinCreeks.asp;status=Landing/Twin Creeks;");
aI("text=Last Chance;url=/s/LastChance.asp;status=Last Chance;");
}

with(milonic=new menuname("PC")){
style=menuStyle;
aI("text=North Tisdale;url=/s/NTisdale.asp;status=North Tisdale;");
aI("text=Kayorum;url=/s/Kayorum.asp;status=Kayorum;");
aI("text=Nighthawk Lake;url=/s/Nighthawk.asp;status=Nighthawk Lake;");
aI("text=West Timmins/Denton Thorneloe;url=/s/WestTimmins-DentonThorneloe.asp;status=West Timmins/Denton Thorneloe;");
}

with(milonic=new menuname("Investors")){
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=Media;url=/s/Media.asp;status=Media;");
aI("text=Corporate Presentation;url=/s/Presentation.asp;status=Corporate Presentation;");
aI("text=Factsheet;url=/s/CorporateFacts.asp;status=Factsheet;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Regulatory Filings;url=/s/RegFilings.asp;status=Regulatory Filings;");
aI("text=Historical Resource Estimates;url=/s/Estimates.asp;status=Historical Resource Estimates;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=2010 News Releases;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010 News Releases;");
aI("text=2009 News Releases;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009 News Releases;");
aI("text=2008 News Releases;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008 News Releases;");
aI("text=2007 News Releases;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007 News Releases;");
aI("text=2006 News Releases;url=/s/NewsReleases.asp?DateRange=2006/01/01...2006/12/31;status=2006 News Releases;");
aI("text=2005 News Releases;url=/s/NewsReleases.asp?DateRange=2005/01/01...2005/12/31;status=2005 News Releases;");
}

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();