_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="#5F5949";
oncolor="#ffcc00";
offbgcolor="#D1CAB3";
offcolor="#000000";
bordercolor="#5F5949";
borderstyle="solid";
borderwidth=1;
separatorcolor="#f0f0f0";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana, Arial, helvetica";
pagecolor="#ffcc00";
pagebgcolor="#5F5949";
headercolor="#ffcc00";
headerbgcolor="#5F5949";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("temp")){
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("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=BC Precious Metal Projects;url=/s/BC.asp;showmenu=bc;status=BC Precious Metal Projects;");
aI("text=Alberta Potash;url=/s/AB-Potash.asp;status=Alberta Potash;");
aI("text=Alberta Diamond Projects;url=/s/AB.asp;showmenu=ab;status=Alberta Diamond Projects;");
}

   with(milonic=new menuname("ab")){
   style=menuStyle;
   aI("text=Smoky The Bear;url=/s/AB-Smoky.asp;status=Smoky The Bear;");
   aI("text=White Bear;url=/s/AB-WhiteBear.asp;status=White Bear;");
   aI("text=Grand Cub Aidan;url=/s/AB-GrandCubAidan.asp;status=Grand Cub Aidan;");
   aI("text=Legend;url=/s/AB-Legend.asp;status=Legend;");
   }

   with(milonic=new menuname("bc")){
   style=menuStyle;
   aI("text=Greenwood Property;url=/s/BC-Greenwood.asp;status=Greenwood Property;");
   //aI("text=Goat Mine Property;url=/s/BC-GoatMine.asp;status=Goat Mine Property;");
   aI("text=Peak Property;url=/s/BC-Peak.asp;status=Peak Property;");
   aI("text=French Property;url=/s/BC-French.asp;status=French Property;");
   aI("text=Silver Bear Property;url=/s/BC-SilverBear.asp;status=Silver Bear Property;");

   }

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=Related Reports;url=/s/RelatedReports.asp;status=Related Reports;");
aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
//aI("text=Investor Presentation;url=/i/pdf/InvestorPresentation.pdf;target=_blank;status=Investor Presentation;");
//aI("text=Investor Fact Sheet;url=/i/pdf/InvestorFactSheet.pdf;target=_blank;status=Investor Fact Sheet;");
}

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();
