_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(textStyle=new mm_style()){
onbgcolor="";
oncolor="#FFF462";
offbgcolor="";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="1A3258";
separatorsize="5";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#FFF462";
pagebgcolor="";
headercolor="#FFF462";
headerbgcolor="";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#243F6A";
oncolor="#FFF462";
offbgcolor="#243F6A";
offcolor="#ffffff";
bordercolor="#A9A9A9";
borderstyle="solid";
borderwidth=1;
separatorcolor="#A9A9A9";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#FFF462";
pagebgcolor="#243F6A";
headercolor="#FFF462";
headerbgcolor="#243F6A";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=19";
aI("text=President's Message;url=/s/PresidentsMessage.asp;status=President's Message;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
//aI("text=Corporate Policy;url=/s/CorporatePolicy.asp;status=Corporate Policy;");
aI("text=Management & Directors;url=/s/Management.asp;status=Management & Directors;");
}

with(milonic=new menuname("news")){
style=menuStyle;
top="offset=19";
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
//aI("text=Deutsche;url=/s/Deutsche.asp;status=Deutsche;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=19";
aI("text=Argentina;url=/s/Argentina.asp;showmenu=argpro;status=Argentina;");
//aI("text=Colombia;url=/s/Colombia.asp;status=Colombia;");
//aI("text=Saskatchewan;url=/s/Saskatchewan.asp;status=Saskatchewan;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("argent")){
style=menuStyle;
top="offset=8";
aI("text=Overview;url=/s/Argentina.asp?ReportID=183529;status=Overview;");
aI("text=Uranium Exploration;url=/s/Argentina.asp?ReportID=184923;showmenu=argpro;status=Uranium Exploration;");
}

with(milonic=new menuname("argpro")){
style=menuStyle;
aI("text=Anit Project;url=/s/Argentina.asp?ReportID=280897;status=Anit Project;");
aI("text=Santa Barbara Project;url=/s/Argentina.asp?ReportID=190753;status=Santa Barbara Project;");
aI("text=Technical Reports;url=/s/TechnicalReports.asp;status=Technical Reports;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=19";
aI("text=Financial Info;url=/s/StockInfo.asp;status=Financial Info;showmenu=fin");
aI("text=Media Coverage;url=/s/Media.asp;status=Media Coverage;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
//aI("text=Quick Facts;url=/i/pdf/QuickFacts.pdf;target=_blank;status=Quick Facts;");
aI("text=Uranium 101;url=/s/Uranium101.asp;status=Uranium 101;");
}

with(milonic=new menuname("fin")){
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=Financials;url=/s/Financials.asp;status=Financials;");
aI("text=Sedar;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00023601;target=blank;status=Sedar;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=19";
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();