_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="#CEA704";
oncolor="#FFFFFF";
offbgcolor="#3E3314";
offcolor="#FBF4A9";
pagebgcolor="#CEA704";
pagecolor="#FFFFFF";
bordercolor="#336699";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corp")){
style=menuStyle;
//aI("text=Mandate of the Board;url=/s/BoardMandate.asp;status=Mandate of the Board;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Community and Social Responsibility;url=/s/Community.asp;status=Community and Social Responsibility;");
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
menuwidth="146px";
//aI("text=Mandate of the Board;url=/s/BoardMandate.asp;status=Mandate of the Board;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Community and Social Responsibility;url=/s/Community.asp?ReportID=131441;status=Community and Social Responsibility;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
menuwidth="132px";
aI("text=San Albino - Murra Gold Project;url=/s/Projects.asp;status=San Albino - Murra Gold Project;showmenu=sanalbino;");
aI("text=Arras Property;url=/s/Arras.asp;status=Arras Property;showmenu=arras;");
aI("text=Historic and Legendary San Albino Gold Mine - Photos;url=/s/AlbinoGoldPhotos.asp;status=Historic and Legendary San Albino Gold Mine - Photos;");
aI("text=Maps;url=/s/Maps.asp;status=Maps;");
//aI("text=Magadan Province;url=/s/Magadan.asp;showmenu=mag;status=Magadan Province;");
//aI("text=Photo Gallery;showmenu=pg;status=Photo Gallery;");
}

with(milonic=new menuname("sanalbino")){
style=menuStyle;
menuwidth="132px";
aI("text=Property;url=/s/Projects.asp?ReportID=363287;status=Property;");
aI("text=San Albino Mine;url=/s/Projects.asp?ReportID=363290;status=San Albino Mine;");
aI("text=Maps;url=/s/Projects.asp?ReportID=363292;status=Maps;");
// aI("text=Photo Gallery;url=/s/Projects.asp?ReportID=378466;status=Photo Gallery;");
}

with(milonic=new menuname("arras")){
style=menuStyle;
menuwidth="132px";
aI("text=Overview;url=/s/Arras.asp?ReportID=378463;status=Overview;");
// aI("text=Photo Gallery;url=/s/Arras.asp?ReportID=378464;status=Photo Gallery;");
}

with(milonic=new menuname("pg")){
style=menuStyle;
menuwidth="132px";
aI("text=San Albino - Murra Gold Project;url=/s/Projects.asp?ReportID=378466;status=San Albino - Murra Gold Project;");
aI("text=Arras Property;url=/s/Arras.asp?ReportID=378464;status=Arras Property;");
}

      with(milonic=new menuname("mag")){
      style=menuStyle;
      aI("text=Overview;url=/s/Magadan.asp;status=Overview;");
      aI("text=Butarni Property;url=/s/Butarni.asp;status=Butarni Property;");
      aI("text=Dorozhnia Property;url=/s/Dorozhni.asp;status=Dorozhnia Property;");
      aI("text=Map Gallery;url=/s/RussiaProjectMapGallery.asp;status=Map Gallery;");
      aI("text=Photo Gallery;url=/s/RussiaProjectPhotoGallery.asp;status=Photo Gallery;");
      }

      with(milonic=new menuname("can")){
      style=menuStyle;
      //aI("text=Overview;url=/s/Canada.asp;status=Overview;");
      //aI("text=Moray Property;url=/s/Moray.asp;status=Moray Property;");
      aI("text=Map Gallery;url=/s/CanadaProjectMapGallery.asp;status=Map Gallery;");
      aI("text=Photo Gallery;url=/s/CanadaProjectPhotoGallery.asp;status=Photo Gallery;");
      }

with(milonic=new menuname("Investors")){
style=menuStyle;
menuwidth="144px";
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
//aI("text=Brochure;url=/i/pdf/GRR-Brochure.pdf;target=blank;status=Brochure;");
aI("text=Historical Reports;url=/s/HistoricalReports.asp;status=Historical Reports;");
aI("text=Glossary;url=/s/Glossary.asp;status=Glossary;");
aI("text=Links;url=/s/Links.asp;status=Links;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
menuwidth="154px";
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();