_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="#275F97";
oncolor="#ffffff";
offbgcolor="#E5F2FF";
offcolor="#173F6D";
bordercolor="#173F6D";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#275F97";
headercolor="#ffffff";
headerbgcolor="#275F97";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Uranium Management Team;url=/s/Management.asp;status=Uranium Management Team;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
aI("text=Advisory Board;url=/s/AdvisoryBoard.asp;status=Advisory Board;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Corporate Summary;url=/s/CorporateSummary.asp;status=Corporate Summary;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=2010;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
aI("text=2009;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
aI("text=2008;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008;");
aI("text=2007;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007;");
aI("text=2006;url=/s/NewsReleases.asp?DateRange=2006/01/01...2006/12/31;status=2006;");
aI("text=2005;url=/s/NewsReleases.asp?DateRange=2005/01/01...2005/12/31;status=2005;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Uranium;url=/s/Uranium.asp;showmenu=ur;status=Uranium;");
aI("text=Rare Earth Elements;url=/s/RareEarthElements.asp;showmenu=cbm;status=Rare Earth Elements;");
}

   with(milonic=new menuname("ur")){
   style=menuStyle;
   aI("text=North Thelon Project;url=/s/North_Thelon.asp;status=North Thelon Project;");
   aI("text=Key Lake Road Project;url=/s/KeyLakeRoad.asp;status=Key Lake Road Project;");
   aI("text=Henday Project;url=/s/Henday.asp;status=Henday Project;"); 
   aI("text=Maurice Point Project;url=/s/MauricePoint.asp;status=Maurice Point Project;");
   aI("text=Photo Gallery;url=/s/Uranium-PhotoGallery.asp;status=Photo Gallery;");
   }

   with(milonic=new menuname("cbm")){
   style=menuStyle;
   aI("text=Nutaaq Project;url=/s/Nutaaq.asp;status=Nutaaq Project;");
   }

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Quote;url=/s/StockQuote.asp;status=Stock Quote;");
aI("text=Media;url=/s/RelatedArticles.asp;status=Media;");
aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Upcoming Events;url=/s/UpcomingEvents.asp;status=Upcoming Events;");
aI("text=Research;url=/s/Research.asp;status=Research;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
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();