_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="#E36026";
oncolor="#000000";
offbgcolor="#E36026";
offcolor="#ffffff";
bordercolor="#162B48";
borderstyle="solid";
borderwidth=1;
separatorcolor="#162B48";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#E36026";
headercolor="#000000";
headerbgcolor="#E36026";
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=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management & Directors;url=/s/Management.asp;status=Management & Directors;");
aI("text=Advisory Board;url=/s/AdvisoryBoard.asp;status=Advisory Board;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Uranium Projects;showmenu=ur;status=Uranium Projects;");
aI("text=Gold Projects;showmenu=Gold;status=Gold Projects;");
aI("text=Other Projects;showmenu=other;status=Other Projects;");
}

   with(milonic=new menuname("ur")){
   style=menuStyle;
   aI("text=Kaituma Guyana;url=/s/KaitumaGuyana.asp;status=Kaituma Guyana;");
   //aI("text=Colorado;url=/s/Uranium.asp?ReportID=276742&ReportID=276740&ReportID=173430&ReportID=192804&ReportID=174486;status=Colorado;");
   //aI("text=Utah;url=/s/Uranium.asp?ReportID=276817&ReportID=174534&ReportID=186772;status=Utah;");
   //aI("text=Mongolia;url=/s/Uranium.asp?ReportID=174489;status=Mongolia;");
   }
   
   with(milonic=new menuname("Gold")){
   style=menuStyle;
   aI("text=Hyland, Yukon;url=/s/Hyland.asp;status=Hyland, Yukon;");
   //aI("text=Colorado;url=/s/Uranium.asp?ReportID=276742&ReportID=276740&ReportID=173430&ReportID=192804&ReportID=174486;status=Colorado;");
   //aI("text=Utah;url=/s/Uranium.asp?ReportID=276817&ReportID=174534&ReportID=186772;status=Utah;");
   //aI("text=Mongolia;url=/s/Uranium.asp?ReportID=174489;status=Mongolia;");
   }
   
   with(milonic=new menuname("other")){
   style=menuStyle;
   //aI("text=Precious Metals Projects;url=/s/Precious.asp;status=Precious Metals Projects;");
   aI("text=Base Metals Projects;url=/s/BaseMetals.asp;status=Base Metals Projects;");
   }

with(milonic=new menuname("Uranium")){
style=menuStyle;
aI("text=The Focus On Uranium;url=/s/UraniumFundamentals.asp;status=The Focus On Uranium;");
aI("text=Glossary of Terms;url=/s/Glossary.asp;status=Glossary of Terms;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Capital Structure;url=/s/ShareStructure.asp;status=Capital Structure;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Events;url=/s/Events.asp;status=Events;");
aI("text=Links;url=/s/Links.asp;status=Links;");
aI("text=Financials;url=/s/FinancialStatements.asp;status=Financials;");
//aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}

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();