_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()){
onbgcolor="#D2CEC4";
oncolor="#837D68";
offbgcolor="#D2CEC4";
offcolor="#000000";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#FFFFFF";
pagebgcolor="#444036";
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=Current Holdings;url=/s/CurrentHoldings.asp;status=Current Holdings;");
aI("text=Management;url=/s/Management.asp;status=Management;");
//aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Related Sites;url=/s/RelatedSites.asp;status=Related Sites;");
aI("text=Update From the Field;url=/s/FieldUpdate.asp;status=Update From the Field;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=AGM Material;url=/s/AGMMaterial.asp;status=AGM Material;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;

aI("text=Red Lake, Ontario;showmenu=RedLake;status=Red Lake, Ontario;");
aI("text=Nevada;showmenu=Nevada;status=Nevada;");
aI("text=Voisey's Bay, Labrador;url=/s/SouthVoisey.asp;status=Voisey's Bay, Labrador;");
//aI("text=Maps;url=/s/Maps.asp;status=Maps;");
}

with(milonic=new menuname("RedLake")){
style=menuStyle;
aI("text=Red Lake Gold Camp Overview;url=/s/RedLake.asp?Reportid=107015;status=Red Lake Gold Camp Overview;");
aI("text=Broulan Reef Red Lake Gold Projects;url=/s/RedLake.asp?Reportid=107083;status=Broulan Reef Red Lake Gold Projects;");
aI("text=McKenzie Island Gold Project;url=/s/RedLake.asp?Reportid=134693;status=McKenzie Island Gold Project;");
}

with(milonic=new menuname("Nevada")){
style=menuStyle;
aI("text=Twenty-One Silver-Gold Project;url=/s/21SilverGold.asp;status=Twenty-One Silver-Gold Project;");
aI("text=Gunman Project;url=/s/Gunman.asp;status=Gunman Project;");
}

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();