_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="#EDEFF2";
oncolor="#006699";
offbgcolor="#EDEFF2";
offcolor="#000000";
pagebgcolor="#EDEFF2";
pagecolor="#006699";
bordercolor="#006699";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4C4812";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Corp")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
}

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;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Red Lake, Ontario;url=/s/RedLake.asp?ReportID=109503;showmenu=Red;status=Red Lake, Ontario;");
//aI("text=Rainy River, Ontario;url=/s/RainyRiver.asp?ReportID=159312;showmenu=Rainy;status=Rainy River, Ontario;");
}
with(milonic=new menuname("Rainy")){
style=menuStyle;
aI("text=Overview;url=/s/RainyRiver.asp?ReportID=159312;status=Overview;");
}
with(milonic=new menuname("Red")){
style=menuStyle;
aI("text=Overview;url=/s/RedLake.asp?ReportID=109503;status=Overview;");
aI("text=Baird Property;url=/s/RedLake.asp?ReportID=109504;status=Baird Property;");
aI("text=Broulan Reef & McKenzie Island Properties;url=/s/RedLake.asp?ReportID=109505;status=Broulan Reef & McKenzie Island Properties;");
aI("text=Sidace Lake Property;url=/s/RedLake.asp?ReportID=109507;status=Sidace Lake Property;");
aI("text=Heyson Property;url=/s/RedLake.asp?ReportID=109508;status=Heyson Property;");
aI("text=South Bay Properties;url=/s/SouthBay.asp?ReportID=147346;status=South Bay Properties;");
}

with(milonic=new menuname("Gold")){
style=menuStyle;
aI("text=Red Lake, Ontario;url=/s/Gold.asp?ReportID=104658;status=Red Lake, Ontario;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Related Sites;url=/s/RelatedLinks.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=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=PDF Downloads;url=/s/Downloads.asp;status=PDF Downloads;");
aI("text=AGM Material;url=/s/AGMMaterial.asp;status=AGM Material;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
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();



//aI("text=Slate Bay Property;url=/s/RedLake.asp?ReportID=109509;status=Slate Bay Property;");
