_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="#AFAB75";
oncolor="#000000";
offbgcolor="#AFAB75";
offcolor="#000000";
bordercolor="#00341D";
borderstyle="solid";
borderwidth=1;
separatorcolor="#00341D";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#AFAB75";
headercolor="#000000";
headerbgcolor="#AFAB75";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("test")){
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=Woodjam North;url=/s/WoodjamNorth.asp;status=Woodjam North;");
aI("text=Woodjam South;url=/s/WoodjamSouth.asp;status=Woodjam South;");
aI("text=Canadian Creek;url=/s/CanadianCreek.asp;status=Canadian Creek;");
aI("text=Carruthers Pass;url=/s/CarruthersPass.asp;status=Carruthers Pass;");
aI("text=Cowtrail;url=/s/Cowtrail.asp;status=Cowtrail;");
aI("text=Pat;url=/s/Pat.asp;status=Pat;");
//aI("text=Chilko;url=/s/Chilko.asp;status=Chilko;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Investment Highlights;url=/s/InvestmentHighlights.asp;status=Investment Highlights;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Reports & Articles;url=/s/ResearchReports.asp;status=Reports & Articles;");
//aI("text=Short Term Investments;url=/s/RelatedArticles.asp;status=Short Term Investments;");
aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
}

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();