_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="#000000";
oncolor="#B98206";
offbgcolor="#000000";
offcolor="#FFFFFF";
pagebgcolor="#000000";
pagecolor="#B98206";
bordercolor="#336699";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
padding=2;
separatorpadding=5;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(MapSample=new mm_style()){
bordercolor="#B98206";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial, Helvetica, sans-serif";
fontsize="10px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#B98206";
offbgcolor="#000000";
offcolor="#FFFFFF";
onbgcolor="#000000";
oncolor="#FFFFFF";
padding=2;
pagebgcolor="#000000";
pagecolor="Purple";
}


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;
orientation="horizontal";
aI("image='/i/menu/Left.gif';type=header;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management;url=/s/Management.asp;status=Management;");
//aI("text=Corporate Brochure;url=/i/pdf/CorporateBrochure.pdf;target=_blank;status=Corporate Brochure;");
aI("text=Links;url=/s/Links.asp;status=Links;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
orientation="horizontal";
aI("image='/i/menu/Left.gif';type=header;");
//aI("text=Esmarelda;url=/s/GoldSilver.asp;status=Esmarelda;");
//aI("text=Hatchet Lake;url=/s/Uranium.asp?ReportID=111425;status=Hatchet Lake;");
aI("text=Pires;url=/s/Pires.asp;status=Pires;");
aI("text=Doran;url=/s/Uranium.asp?ReportID=111424;status=Doran;");
//aI("text=Smeaton/Green Lake;url=/s/GemStones.asp;status=Smeaton/Green Lake;");
}

with(milonic=new menuname("Invest")){
left=200;
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 Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
orientation="horizontal";
aI("image='/i/menu/Left.gif';type=header;");
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;");
}

with(milonic=new menuname("E")){
margin=3;
style=MapSample;
aI("align=center;fontsize=14px;fontweight=bold;text=E Zone;type=header;");
aI("text=Ground samples complete;");
aI("text=Results by mid-August, 2006;");
}

with(milonic=new menuname("G")){
margin=3;
style=MapSample;
aI("align=center;fontsize=14px;fontweight=bold;text=G Zone;type=header;");
aI("text=Ground samples complete;");
aI("text=Results by mid-August, 2006;");
}

with(milonic=new menuname("I")){
margin=3;
style=MapSample;
aI("align=center;fontsize=14px;fontweight=bold;text=I Zone;type=header;");
aI("text=Ground samples complete;");
aI("text=Results by mid-August, 2006;");
}

with(milonic=new menuname("l")){
margin=3;
style=MapSample;
aI("align=center;fontsize=14px;fontweight=bold;text=l Zone;type=header");
aI("text=3-10 time elevated U3O8 compared to M zone;");
aI("text=10-15 drill holes planned for September 2006;");
}

with(milonic=new menuname("M_News")){
style=MapSample;
aI("text=Jul 20, 2006;url=/s/NewsReleases.asp?ReportID=144937;");
}

with(milonic=new menuname("M")){
margin=3;
style=MapSample;
aI("align=center;fontsize=14px;fontweight=bold;text=M Zone;type=header");
aI("text=16 Drill holes complete;");
aI("text=49.2 feet of 0.4 lb/ton U3O8;");
aI("text=2.9 lb/ton U3O8 in one intersection;");
aI("showmenu=M_News;text=Related News;offcolor=#B98206;");
}

with(milonic=new menuname("M_News")){
style=MapSample;
aI("text=Jul 20, 2006;url=/s/NewsReleases.asp?ReportID=144937;");
}

drawMenus();
