_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="#cbe7ce";
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#2d7eb6";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2d7eb6";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana,arial";
pagecolor="#000000";
pagebgcolor="#cbe7ce";
headercolor="#000000";
headerbgcolor="#cbe7ce";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Technical Team;url=/s/TechnicalTeam.asp;status=Technical Team;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");
aI("text=Duddridge Lake, SK;url=/s/DuddridgeLake.asp;status=Duddridge Lake, SK;");
aI("text=Davy Lake, SK;url=/s/DavyLake.asp;status=Davy Lake, SK;");
aI("text=Minor Bay, SK;url=/s/MinorBay.asp;status=Minor Bay, SK;");
aI("text=Patterson Lake, SK;url=/s/PattersonLake.asp;status=Patterson Lake, SK;");
aI("text=Patterson Lake South, SK;url=/s/PattersonLakeSouth.asp;status=Patterson Lake South, SK;");
aI("text=Torwalt Lake, SK;url=/s/TorwaltLake.asp;status=Torwalt Lake, SK;");
aI("text=Waterbury Lake, SK;url=/s/WaterburyLake.asp;status=Waterbury Lake, SK;");
aI("text=Zoo Bay, SK;url=/s/ZooBay.asp;status=Zoo Bay, SK;");
aI("text=Caribou Mountains, AB;url=/s/CaribouMountains.asp;status=Caribou Mountains, AB;");
aI("text=Fort McLeod, AB;url=/s/FortMcLeod.asp;status=Fort McLeod, AB;");
aI("text=North Shore, AB;url=/s/NorthShore.asp;status=North Shore, AB;");
aI("text=Dieter Lake, PQ;url=/s/DieterLake.asp;status=Dieter Lake, PQ;");
aI("text=Macusani, Peru;url=/s/Macusani.asp;status=Macusani, Peru;");
//aI("text=Hall Lake, SK;url=/s/HallLake.asp;status=Hall Lake, SK;");
//aI("text=Pearson Lake, AB;url=/s/PearsonLake.asp;status=Pearson Lake, AB;");
//aI("text=South Shore, AB;url=/s/SouthShore.asp;status=South Shore, AB;");
//aI("text=Silver Cup, BC;url=/s/SilverCup.asp;status=Silver Cup, BC;");

}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=AGM Materials;url=/s/AGMMaterials.asp;status=AGM Materials;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
//aI("text=Media & Presentations;url=/s/Presentations.asp;status=Media & Presentations;");
//aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");

}


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();

