_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 Netcsape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#A27639";
oncolor="#FFFFFF";
offbgcolor="#5E5E5E";
offcolor="#FFFFFF";
pagebgcolor="#A27639";
pagecolor="#000000";
bordercolor="#2A2A2A";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2A2A2A";
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 Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");
aI("text=Hornby Bay Basin;status=Hornby Bay Basin;showmenu=Hornby;");
aI("text=Athabasca Basin;status=Athabasca Basin;showmenu=Athabasca;");
aI("text=Alaska;status=Alaska;showmenu=Alaska;");
}

with(milonic=new menuname("Hornby")){
style=menuStyle;
aI("text=Mountain Lake Project;url=/s/MountainLake.asp;status=Mountain Lake Project;");
//aI("text=Dismal Lakes West (Sandy Creek);url=/s/DismalLakeWest.asp;status=Dismal Lakes West (Sandy Creek);");
aI("text=Dismal Lake Project;url=/s/DismalLake.asp;status=Dismal Lake Project;");
aI("text=Kendall River Project;url=/s/KendallRiver.asp;status=Kendall River Project;");
}

with(milonic=new menuname("Athabasca")){
style=menuStyle;
aI("text=Athabasca Overview;url=/s/Athabasca.asp;status=Athabasca Overview;");
aI("text=Pasfield Lake Project;url=/s/Pasfield.asp;status=Pasfield Lake Project;");
aI("text=Stony Road Project;url=/s/StonyRoad.asp;status=Stony Road Project;");
aI("text=Mann Lake Project;url=/s/MannLake.asp;status=Mann Lake Project;");
aI("text=West Carswell Project;url=/s/WestCarswell.asp;status=West Carswell Project;");
aI("text=Wollaston NE Project;url=/s/WollastonNE.asp;status=Wollaston NE Project;");
//aI("text=Old Fort Bay Project;url=/s/OldFortBay.asp;status=Old Fort Bay Project;");
aI("text=Riverlake/Highrock;url=/s/RiverLake.asp;status=Riverlake/Highrock;");
//aI("text=Highrock Project;url=/s/Highrock.asp;status=Highrock Project;");
}

with(milonic=new menuname("Alaska")){
style=menuStyle;
aI("text=Boulder Creek Project;url=/s/BoulderCreek.asp;status=Boulder Creek Project;");
}

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=Technical Reports;url=/s/TechnicalReports.asp;status=Technical Reports;");
aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;");
aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
aI("text=Glossary of Terms;url=/s/Glossary.asp;status=Glossary of Terms;");
aI("text=Industry Talks;url=/s/IndustryTalks.asp;status=Industry Talks;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.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();