_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 Netscape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#3e5831";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#3e5831";
bordercolor="#ffd101";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffd101";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#FFFFFF";
pagebgcolor="#3e5831";
headercolor="#FFFFFF";
headerbgcolor="#3e5831";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financials;url=/s/FinancialStatements.asp;status=Financials;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("Prj")){
style=menuStyle;
aI("text=Hog Ranch Project;url=/s/HogRanch.asp;status=Hog Ranch Projects;");
aI("text=Otish Basin Uranium;url=/s/Projects.asp;status=Otish Basin Uranium;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=2008;url=/s/NewsReleases.asp?DateRange=208/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;");
}

with(milonic=new menuname("Inv")){
style=menuStyle;
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 Reports;url=/s/RelatedReports.asp;status=Related Reports;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
}

with(milonic=new menuname("Gal")){
style=menuStyle;
aI("text=Hog Ranch Maps Gallery;url=/s/HogMaps.asp;status=Hog Ranch Maps Gallery;");
aI("text=Hog Ranch Photo Gallery;url=/s/Hog-Photos.asp;status=Hog Ranch Photo Gallery;");
aI("text=Otish Basin Uranium Maps Gallery;url=/s/Maps.asp;status=Otish Basin Uranium Maps Gallery;");
aI("text=Otish Basin Uranium Photos Gallery;url=/s/Photos.asp;status=Otish Basin Uranium Photos Gallery;");

}

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();