_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="#FFFFFF";
offcolor="#000000";
onbgcolor="#FFFFFF";
oncolor="#0B6D06";
pagebgcolor="#FFFFFF";
pagecolor="#0B6D06";
headerbgcolor="#EDF4DB";
headercolor="#0B6D06";
bordercolor="#0B6D06";
borderstyle="solid";
borderwidth=2;
separatorcolor="#6DCA3A";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(ProjectMap=new mm_style()){
bordercolor="#6DCA3A";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="10px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#000000";
offcolor="#FFFFFF";
onbgcolor="#000000";
oncolor="#6DCA3A";
pagebgcolor="#000000";
pagecolor="#6DCA3A";
headerbgcolor="#000000";
headercolor="#A0A0A0";
padding=2;
pagebgcolor="#000000";
pagecolor="Purple";
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=About Us;url=/s/AboutUs.asp;status=About Us;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management;url=/s/Management.asp;status=Management;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=BC Projects;type=header;fontweight=bold;status=BC Projects;");
aI("text=Galore Creek Overview;url=/s/Galore.asp;status=Galore Creek Overview;");
aI("text=Trek Project;url=/s/Trek.asp;status=Trek Project;");
aI("text=Newmont Lake Project;url=/s/Newmont.asp;status=Newmont Lake Project;");
aI("text=Dirk Project;url=/s/Dirk.asp;status=Dirk Project;");
aI("text=JW Project;url=/s/JW.asp;status=JW Project;");
aI("text=Royce/Porc Project;url=/s/Royce.asp;status=Royce/Porc Project;");
aI("text=Nevada Projects;type=header;fontweight=bold;status=Nevada Projects;");
aI("text=Scossa Gold Property;url=/s/Scossa.asp;status=Scossa Gold Property;");
aI("text=Ontario Projects;type=header;fontweight=bold;status=Ontario Projects;");
aI("text=Lundmark-Akow Lake;url=/s/Ontario.asp;status=Lundmark-Akow Lake;");
aI("text=Timmins Hislop;url=/s/Ontario.asp#Timmins;status=Timmins Hislop;");
aI("text=Quebec Projects;type=header;fontweight=bold;status=Quebec Projects;");
aI("text=La Corne;url=/s/LaCorne.asp;status=La Corne;");
//aI("text=Sudbury West Basin;url=/s/Ontario.asp#Sudbury;status=Sudbury West Basin;");
aI("text=Photo Galleries;type=header;fontweight=bold;url=/s/Galleries.asp;status=Photo Galleries;");
}

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=Press Releases;url=/s/NewsReleases.asp;status=Press Releases;");
aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;");
aI("text=Analyst Reports;url=/s/AnalystReports.asp;status=Analyst Reports;");
aI("text=Brochure;url=/i/pdf/CorporateUpdate.pdf;target=_blank;status=Brochure;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Technical Reports;url=/s/TechnicalReports.asp;status=Technical Reports;");
}

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;");
}

with(milonic=new menuname("Galore")){
margin=1;
style=ProjectMap;
aI("text=Galore Project;fontsize=11px;fontweight=bold;type=header");
aI("text=View Project Info;url=/s/Galore.asp;status=Project Info;");
}

with(milonic=new menuname("Scossa")){
margin=1;
style=ProjectMap;
aI("text=Scossa Project;fontsize=11px;fontweight=bold;type=header");
aI("text=View Project Info;url=/s/Scossa.asp;status=Project Info;");
}
drawMenus();

with(milonic=new menuname("Lundmark")){
margin=1;
style=ProjectMap;
aI("text=Lundmark-Akow Lake;fontsize=11px;fontweight=bold;type=header");
aI("text=View Project Info;url=/s/Lundmark.asp;status=Project Info;");
}
drawMenus();

with(milonic=new menuname("Timmins")){
margin=1;
style=ProjectMap;
aI("text=Timmins Hislop;fontsize=11px;fontweight=bold;type=header");
aI("text=View Project Info;url=/s/Timmins.asp;status=Project Info;");
}
drawMenus();

with(milonic=new menuname("Sudbury")){
margin=1;
style=ProjectMap;
aI("text=Sudbury West Basin;fontsize=11px;fontweight=bold;type=header");
aI("text=View Project Info;url=/s/Sudbury.asp;status=Project Info;");
}
drawMenus();