_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="#FFFFFF";
oncolor="#000000";
offbgcolor="#046d5f";
offcolor="#FFFFFF";
bordercolor="#3a4839";
borderstyle="solid";
borderwidth=1;
separatorcolor="#227a6a";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#FFFFFF";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
left="offset=-1";
menuheight="5";
// aI("text=Overview;url=/s/Overview.asp;status=Overview;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Board of Directors;url=/s/Directors.asp;status=Board of Directors;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("uranium")){
style=menuStyle;
left="offset=-1";
aI("text=Athabasca Basin;url=/s/AthabascaBasin.asp;status=Athabasca Basin;");
aI("text=Uranium Market and Use;url=/s/UraniumMarket.asp;status=Uranium Market and Use;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
left="offset=-1";
aI("text=Shea Creek Project;url=/s/SheaCreek.asp;status=Shea Creek Project;");
aI("text=Hidden Bay Project;url=/s/HiddenBay.asp;status=Hidden Bay Project;");
aI("text=Black Lake Project;url=/s/BlackLake.asp;status=Black Lake Project;");
aI("text=Riou Lake Project;url=/s/RiouLake.asp;status=Riou Lake Project;");
aI("text=Northern Athabasca Projects;url=/s/NorthAthabasca.asp;status=Northern Athabasca Projects;");
aI("text=Douglas River Project;url=/s/DouglasRiver.asp;status=Douglas River Project;");
aI("text=Western Athabasca Projects;url=/s/WesternAthabasca.asp;status=Western Athabasca Projects;");
aI("text=Beatty River Project;url=/s/BeattyRiver.asp;status=Beatty River Project;");
//aI("text=Northern Athabasca Basin;url=/s/NorthAthabascaBasin.asp;showmenu=nab;status=Northern Athabasca Basin;");
//aI("text=Western Athabasca Basin;url=/s/WesternAthabascaBasin.asp;showmenu=wab;status=Western Athabasca Basin;");
//aI("text=Map Gallery;url=/s/Maps.asp;status=Map Gallery;");
}

  with(milonic=new menuname("nab")){
   style=menuStyle;
   aI("text=Black Lake Project;url=/s/BlackLake.asp;status=Black Lake Project;");
   aI("text=Riou Lake Project;url=/s/RiouLake.asp;status=Riou Lake Project;");
   aI("text=Northern Athabasca Projects;url=/s/NorthAthabasca.asp;status=Northern Athabasca Projects;");
   //aI("text=Butler Lake;url=/s/ButlerLake.asp;status=Butler Lake;");
   //aI("text=Other Projects;url=/s/OtherNA.asp;status=Other Projects;");
   }
   
  with(milonic=new menuname("wab")){
   style=menuStyle;
   aI("text=Douglas River Project;url=/s/DouglasRiver.asp;status=Douglas River Project;");
   aI("text=Western Athabasca Projects;url=/s/WesternAthabasca.asp;status=Western Athabasca Projects;");
   aI("text=Beatty River Project;url=/s/BeattyRiver.asp;status=Beatty River Project;");
   //aI("text=Other Projects;url=/s/OtherWA.asp;status=Other Projects;");
   }
   
with(milonic=new menuname("pho")){
style=menuStyle;
left="offset=-1";
aI("text=Shea Creek;url=/s/Photos.asp?ReportID=271243;status=Shea Creek;");
aI("text=Raven-Horseshoe;url=/s/Photos.asp?ReportID=271244;status=Raven-Horseshoe;");
aI("text=West Bear;url=/s/Photos.asp?ReportID=271245;status=West Bear;");
aI("text=Eastern Athabasca Exploration and Mining;url=/s/Photos.asp?ReportID=271246;status=Eastern Athabasca Exploration and Mining;");
aI("text=Riou Lake;url=/s/Photos.asp?ReportID=271249;status=Riou Lake;");
aI("text=Wolf Lake;url=/s/Photos.asp?ReportID=296229;status=Wolf Lake;");
aI("text=Tent Seal;url=/s/Photos.asp?ReportID=296230;status=Tent Seal;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
left="offset=-1";
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Annual & Quarterly Reports;url=/s/FinancialStatements.asp;status=Annual & Quarterly Reports;");
aI("text=Annual Information Form;url=/i/pdf/2008AIF.pdf;target=_blank;status=Annual Information Form;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Stock Quote & Chart;url=/s/StockQuote.asp;status=Stock Quote & Chart;");
// aI("text=Articles and Comments;url=/s/ArticlesAndComments.asp;status=Articles and Comments;");
// aI("text=Related Sites;url=/s/RelatedSites.asp;status=Related Sites;");
// aI("text=F.A.Q.;url=/s/FAQ.asp;status=F.A.Q.;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
left="offset=-1";
aI("text=Request More Information;url=/s/Information-Request.asp;status=Request More Information;");
aI("text=Send a Message;url=/s/SendAMessage.asp;status=Send a Message;");
}

drawMenus();