_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="#093801";
oncolor="#FFFFFF";
offbgcolor="#c0c0a6";
offcolor="#093801";
bordercolor="#c0c0a6";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana,arial";
pagecolor="#FFFFFF";
pagebgcolor="#093801";
headercolor="#FFFFFF";
headerbgcolor="#093801";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Qualified Person;url=/s/QualifiedPerson.asp;status=Qualified Person;");
aI("text=Environment;url=/s/Environment.asp;status=Environment;");
aI("text=Community;url=/s/Community.asp;status=Community;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Project Overview;url=/s/Projects.asp;status=Project Overview;");
aI("text=Available for Option;url=/i/pdf/ATACresourcesinc-projectoverview.pdf;status=Available for Option;target=_blank;");
aI("text=Rau;url=/s/Rau.asp;status=Rau;");
// aI("text=Rau Gold Belt;url=/i/pdf/Rau.pdf;status=Rau Gold Belt;target=_blank");
aI("text=Golden Revenue;url=/s/GoldenRevenue.asp;status=Golden Revenue;");
aI("text=Idaho;url=/s/Idaho.asp;status=Idaho;");
aI("text=Arn;url=/s/Arn.asp;status=Arn;");
aI("text=Klaza;url=/s/Klaza.asp;status=Klaza;");
aI("text=Hartless Joe/Byng;url=/s/Hartless.asp;status=Hartless Joe/Byng;");
// aI("text=MacKenzie Gold;url=/s/MacKenzieGold.asp;status=MacKenzie Gold;");
aI("text=Nikki;url=/s/Nikki.asp;status=Nikki;");
aI("text=Panorama;url=/s/Panorama.asp;status=Panorama;");
aI("text=Rosy;url=/s/Rosy.asp;status=Rosy;");
// aI("text=Seymour;url=/s/Seymour.asp;status=Seymour;");
aI("text=Connaught;url=/s/Connaught.asp;status=Connaught;");
// aI("text=Hopeful;url=/s/Hopeful.asp;status=Hopeful;");
aI("text=Dawson Gold;url=/i/pdf/Dawson_gold 06_12_2009.pdf;status=Dawson Gold;target=_blank");
// aI("text=Matson;url=/i/pdf/Matson.pdf;status=Matson;target=_blank");
// aI("text=Lost Horses;url=/i/pdf/LostHorses.pdf;status=Lost Horses;target=_blank");
// aI("text=Mars;url=/i/pdf/MarsSummary.pdf;status=Mars;target=_blank");
aI("text=Photo Gallery;url=/s/Photos2009.asp;status=Photo Gallery;");

}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
}

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();