_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="#065706";
oncolor="#ffffff";
offbgcolor="#BFAB75";
offcolor="#000000";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#065706";
headercolor="#ffffff";
headerbgcolor="#065706";
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=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
//aI("text=Alberta Sun Uranium Project;url=/s/Alberta-Sun.asp;status=Alberta Sun Uranium Project;");
aI("text=Firestone Ventures Project Information;url=/s/Firestone-Ventures-Project-Information.asp;status=Firestone Ventures Project Information;");
//aI("text=Sonora Project (gold),Yukon;url=/s/Sonora.asp;status=Sonora Project (gold),Yukon;");
//aI("text=Morris (gold, silver, copper, antimony);url=/s/Morris.asp;status=Morris (gold, silver, copper, antimony);");
aI("text=Project Photo Galleries;url=/s/Projects-Maps-and-Photos-Index.asp;status=Project Photo Galleries;");
}

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=Investor Update;url=/i/pdf/Investor_Update.pdf;target=_blank;status=Investor Update PDF;");
aI("text=Metal Price Information;url=/s/MetalPrices.asp;status=Metal Price Information;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
aI("text=Fact Sheets;url=/s/Factsheets.asp;status=Fact Sheets;");
aI("text=Events &amp; Conferences;url=/s/Events.asp;status=Events & Conferences;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
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();
