_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="#ABBFCC";
oncolor="#000000";
offbgcolor="#5EA94A";
offcolor="#ffffff";
bordercolor="#5EA94A";
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize="0";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#ABBFCC";
headercolor="#000000";
headerbgcolor="#ABBFCC";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=-1";
aI("text=Management & Directors;url=/s/Management.asp;status=Management & Directors;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Business Plan;url=/i/pdf/Corporation-Business-plan.pdf;target=blank;status=Business Plan;");
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=-1";
aI("text=La Jara, New Mexico;url=/s/LaJara.asp?ReportID=143998;showmenu=lajara;status=La Jara, New Mexico;");
//aI("text=Rio Chubut, Argentina;url=/s/RioChubut.asp?ReportID=143994;showmenu=rio;status=Rio Chubut, Argentina;");
}

   with(milonic=new menuname("lajara")){
   style=menuStyle;
   top="offset=-1";
   aI("text=Overview;url=/s/LaJara.asp?ReportID=143998;status=Overview ;");
   aI("text=Geological Report;url=/s/LaJara.asp?ReportID=149441;status=Geological Report;");
   aI("text=Maps & Photos;url=/s/LaJara.asp?ReportID=149666;status=Maps & Photos;");
   }

   with(milonic=new menuname("rio")){
   style=menuStyle;
   top="offset=-1";
   //aI("text=Overview;url=/s/RioChubut.asp?ReportID=143994;status=Overview ;");
   //aI("text=Geological Report;url=/s/RioChubut.asp?ReportID=143997;status=Geological Report;");
   //aI("text=Maps & Photos;url=/s/RioChubut.asp?ReportID=143996;status=Maps & Photos;");
   }

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=-1";
aI("text=Investor Overview;url=/s/Investor.asp;status=Investor Overview;");
aI("text=Stock Quote & Chart;url=/s/StockInfo.asp;status=Stock Quote & Chart;");
aI("text=Financial Reports;url=/s/FinancialReports.asp;status=Financial Reports;");
aI("text=SEC Filings;url=http://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001182737&owner=include&count=40;target=blank;status=SEC Filings;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Press Articles;url=/s/PressArticles.asp;status=Press Articles;");
aI("text=Analyst Report;url=/s/AnalystReport.asp;status=Analyst Report;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
aI("text=Investor Brochure;url=/i/pdf/Urex_Brochure.pdf;target=blank;status=Investor Brochure;");
aI("text=Fact Sheet;url=/i/pdf/Urex_factsheet.pdf;target=blank;status=Fact Sheet;");
}

drawMenus();