_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(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#089eff";
offbgcolor="transparent";
offcolor="#053b5e";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="transparent";
separatorsize="5";
padding=5;
fontsize="14";
fontweight="bold";
fontfamily="Arial, helvetica, sans-serif";
pagecolor="#089eff";
pagebgcolor="transparent";
headercolor="#089eff";
headerbgcolor="transparent";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#5890a8";
oncolor="#ffffff";
offbgcolor="#d9e3e9";
offcolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#5890a8";
headercolor="#ffffff";
headerbgcolor="#5890a8";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}



with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=-1";
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=-1";
aI("text=Overview;url=/s/Projects.asp;status=Overview;");
aI("text=Elephant Lake;url=/s/ElephantLake.asp;status=Elephant Lake;");
aI("text=Wind Bay;url=/s/WindBay.asp;status=Wind Bay;");
aI("text=Mine Centre;url=/s/MineCentre.asp;status=Mine Centre;");
aI("text=Turnbull;url=/s/Turnbull.asp;status=Turnbull;");
aI("text=Godfrey;url=/s/Godfrey.asp;status=Godfrey;");
aI("text=Lucky Strike;url=/s/LuckyStrike.asp;status=Lucky Strike;");
aI("text=Nickel North;url=/s/NickelNorth.asp;status=Nickel North;");
aI("text=Nordica;url=/s/Nordica.asp;status=Nordica;");
aI("text=Nabish Lake;url=/s/NabishLake.asp;status=Nabish Lake;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=-1";
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financial Statements;url=/s/Financials.asp;status=Financial Statements;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=-1";
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();