_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(menuStyle=new mm_style()){
onbgcolor="#482C22";
oncolor="#ffcc00";
offbgcolor="#D5C8C2";
offcolor="#000000";
bordercolor="";
borderstyle="none";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffcc00";
pagebgcolor="#482C22";
headercolor="#ffcc00";
headerbgcolor="#482C22";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("ny")){
style=menuStyle;
aI("text=Overview;url=/tmp/NYCanyon.asp;status=Overview;");
aI("text=Location;url=/tmp/NYCLocation.asp;status=Location;");
aI("text=Longshot Ridge Occurrence;url=/tmp/NYCLongshot.asp;status=Longshot Ridge Occurrence;");
aI("text=Copper Queen & Champion Occurence;url=/tmp/NYCCopperQueen.asp;status=Copper Queen & Champion Occurence;");
aI("text=History of the Area;url=/tmp/NYCHistory.asp;status=History of the Area;");
aI("text=Engineering Report;url=/tmp/EngineeringReport.asp;status=Engineering Report;");
aI("text=Maps & Photos;url=/tmp/PhotoGallery.asp;status=Maps & Photos;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/tmp/InvestorInfo.asp;status=Stock Info;");
aI("text=News & Events;url=/tmp/NewsAndEvents.asp;status=News & Events;");
aI("text=Investor Brochure;url=/tmp/InvestorBrochure.asp;status=Investor Brochure;");
aI("text=News Releases;url=/tmp/NewsReleases.asp;status=News Releases;");
aI("text=Filings;url=http://www.sec.gov/cgi-bin/browse-edgar?company=aberdene+mines&CIK=&filenum=&State=&SIC=&owner=include&action=getcompany;target=blank;status=Filings;");
aI("text=Presentation;url=/tmp/Presentation.asp;status=Presentation;");
aI("text=Press Articles;url=/tmp/PressArticles.asp;status=Press Articles;");
}

with(milonic=new menuname("team")){
style=menuStyle;
aI("text=Organizational Chart;url=/tmp/OrgChart.asp;status=Organizational Chart;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Request More Info;url=/tmp/InformationRequest.asp;status=Request More Info;");
aI("text=Send A Message;url=/tmp/SendMessage.asp;status=Send A Message;");
}

drawMenus();