_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="#0E5291";
oncolor="#FFFFFF";
offbgcolor="#005CBD";
offcolor="#FFFFFF";
pagebgcolor="#0E5291";
pagecolor="#BEE0FF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
left=200;
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;");
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
//aI("text=Message from the President;url=/s/CorporateInfo.asp;status=Message from the President;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Geological Advisory Team;url=/s/GeologicalAdvisory.asp;status=Geological Advisory Team;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
//aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Uranium Projects;url=/s/Uranium.asp?ReportID=173292;status=Uranium Projects;showmenu=Uranium");
aI("text=Gold Projects;url=/s/Gold.asp?ReportID=133523;status=Gold Projects;showmenu=Gold");
}

with(milonic=new menuname("Uranium")){
style=menuStyle;
aI("text=Quebec Projects;url=/s/Uranium.asp?ReportID=133453;status=Quebec Projects;");
aI("text=Utah Projects;url=/s/Uranium.asp?ReportID=173290;status=Utah Projects;");
aI("text=Colorado Projects;url=/s/Uranium.asp?ReportID=173297;status=Colorado Projects;");
//aI("text=New Mexico Projects;url=/s/Uranium.asp?ReportID=173296;status=New Mexico Projects;");
aI("text=Photo Gallery;url=/s/UranPhotos.asp;status=Photo Gallery;");
}

with(milonic=new menuname("Gold")){
style=menuStyle;
aI("text=Stirrup Claims;url=/s/Gold.asp?ReportID=133489;status=Stirrup Claims;");
aI("text=Lucky Boy Property;url=/s/Gold.asp?ReportID=133493;status=Lucky Boy Property;");
//aI("text=Eastmain Claim Blocks near Otish Mt.;url=/s/Gold.asp?ReportID=133494;status=Eastmain Claim Blocks near Otish Mt.;");
//aI("text=Las Coloradas;url=/s/Gold.asp?ReportID=133496;status=Las Coloradas;");
aI("text=Zeus Claims;url=/s/Gold.asp?ReportID=133817;status=Zeus Claims;");
aI("text=Skoonka Claim;url=/s/Gold.asp?ReportID=133822;status=Skoonka Claim;");
aI("text=Princeton Project;url=/s/Gold.asp?ReportID=178467;status=Princeton Project;");
aI("text=Quebec Gold Projects;url=/s/Gold.asp?ReportID=380758;status=Quebec Gold Projects;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=2010 News Releases;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010 News Releases;");
aI("text=2009 News Releases;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009 News Releases;");
aI("text=2008 News Releases;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008 News Releases;");
aI("text=2007 News Releases;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007 News Releases;");
aI("text=2006 News Releases;url=/s/NewsReleases.asp?DateRange=2006/01/01...2006/12/31;status=2006 News Releases;");
aI("text=2005 News Releases;url=/s/NewsReleases.asp?DateRange=2005/01/01...2005/12/31;status=2005 News Releases;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
//aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=About Uranium;url=/s/AboutUranium.asp;status=About Uranium;");
aI("text=What Experts are Saying;url=/s/Experts.asp;status=What Experts are Saying;");
aI("text=Related Articles;url=RelatedArticles.asp;status=Related Articles;");
}

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();