_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="#CDDDF1";
oncolor="#000000";
offbgcolor="#90C7F3";
offcolor="#000000";
bordercolor="#373E5D";
borderstyle="solid";
borderwidth=1;
separatorcolor="#373E5D";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#CDDDF1";
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;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");
aI("text=Pidgeon Molybdenum Project, Kenora, Ontario;url=/s/Pidgeon.asp;status=Pidgeon");
aI("text=Godfrey Gold Project, West Timmins, Ontario;url=/s/Godfrey.asp;status=Godfrey Gold Project, West Timmins, Ontario");
aI("text=Raney Township Gold Property, Timmins, Ontario;url=/s/Raney.asp;status=Raney Township Gold Property, Timmins, Ontario;");
//aI("text=Quartz Claims, Dawson City, Yukon;url=/s/Quartz.asp;status=Quartz Claims, Dawson City, Yukon;");
aI("text=Big Mac Property, Sudbury, Ontario;url=/s/BigMac.asp;status=Big Mac Property, Sudbury, Ontario;");
aI("text=The Shining Gold Property, Timmins, Ontario;url=/s/Shinning.asp;status=The Shining Gold Property, Timmins, Ontario;");
aI("text=The Goudgold Property, Wawa, Ontario;url=/s/Goudgold.asp;status=The Goudgold Property, Wawa, Ontario;");
aI("text=Geneva Lake Gold Property, Sudbury, Ontario;url=/s/Geneva.asp;status=Geneva Lake Gold Property, Sudbury, Ontario;");
//aI("text=Ecuador Properties;url=/s/Ecuador.asp;showmenu=Ecuador;status=Ecuador;");
aI("text=Heyson Project, Red Lake, Ontario;url=/s/RedLake.asp;showmenu=Heyson;status=Heyson Lake Project, Red Lake, Ontario;");
}

with(milonic=new menuname("Henry")){
style=menuStyle;
aI("text=Henry Dome Gas Project;url=/s/McMullen.asp?ReportID=114093;status=Henry Dome Gas Project;");
aI("text=About McMullen County;url=/s/McMullen.asp?ReportID=114094;status=About McMullen County;");
aI("text=About Natural Gas;url=/s/McMullen.asp?ReportID=114095;status=About Natural Gas;");
}

with(milonic=new menuname("Heyson")){
style=menuStyle;
aI("text=Red Lake Gold District;url=/s/RedLake.asp?ReportID=113865;status=Red Lake Gold District;");
aI("text=Classic Greenstone Belt;url=/s/RedLake.asp?ReportID=114282;status=Classic Greenstone Belt;");
aI("text=Heyson Property;url=/s/RedLake.asp?ReportID=114005;status=Heyson Property;");
}

with(milonic=new menuname("Ecuador")){
style=menuStyle;
aI("text=Overview - Exploration in Ecuador;url=/s/Ecuador.asp?ReportID=159500;status=Overview;");
aI("text=M10 Project;url=/s/Ecuador.asp?ReportID=159503;status=M10 Project;");
aI("text=Southeastern Ecuador;url=/s/Ecuador.asp?ReportID=163698;status=M10 Project;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Related Links;url=/s/RelatedLinks.asp;status=Related Links;");
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=PDF Downloads;url=/s/PDFDownloads.asp;status=PDF Downloads;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=AGM Material;url=/s/AGMMaterial.asp;status=AGM Material;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
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();