_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 Netscape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#0e1c27";
oncolor="#ffffff";
offbgcolor="#5c7d9e";
offcolor="#ffffff";
bordercolor="#0e1c27";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#0e1c27";
headercolor="#ffffff";
headerbgcolor="#0e1c27";
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=About Us;url=/s/AboutUs.asp;status=About Us;");
aI("text=Our Team;url=/s/Management.asp;status=Our Team;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
aI("text=Terms Of Use;url=/s/Termsofuse.asp;status=Terms Of Use;");
}


with(milonic=new menuname("Prj")){
style=menuStyle;
aI("text=Overview;url=/s/BralorneGoldMine.asp;status=Overview;");
aI("text=Properties;url=/s/Properties.asp;status=Properties;");
//aI("text=Drilling In The King Bralorne Gap;url=/s/KingBralorneGap.asp;status=Drilling In The King Bralorne Gap;");
aI("text=Technical Reports;url=/s/TechReport.asp;status=Technical Reports;");
aI("text=Developments;url=/s/Development.asp;status=Developments;showmenu=dev;");
//aI("text=Assay Results;url=/s/AssayResults.asp;showmenu=Assays;status=Assay Results;");
aI("text=Bralorne Gold Mine History;url=/s/BralorneMineHistory.asp;status=Bralorne Gold Mine History;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

    with(milonic=new menuname("dev")){
    style=menuStyle;
    aI("text=BK Zone;url=/s/BK_Zone.asp;status=BK Zone;");
    aI("text=North Vein;url=/s/51B_Taylor.asp;status=North Vein;");
    }

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=2012;url=/s/NewsReleases.asp?DateRange=2012/01/01...2012/12/31;status=2012;");
aI("text=2011;url=/s/NewsReleases.asp?DateRange=2011/01/01...2011/12/31;status=2011;");
aI("text=2010;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
aI("text=2009;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
aI("text=2008;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008;");
aI("text=2007;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007;");
aI("text=2006;url=/s/NewsReleases.asp?DateRange=2006/01/01...2006/12/31;status=2006;");

}


with(milonic=new menuname("Inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financial Information;url=/s/FinancialInformation.asp;status=Financial Information;");
aI("text=AGM Notification;url=/s/AGMNotification.asp;status=AGM Notification;");
aI("text=Calendar of Events;url=/s/Events.asp;status=Calendar of Events;");
aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;");
}

with(milonic=new menuname("Assays")){
style=menuStyle;
aI("text=2009;url=/s/AssayResults.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
aI("text=2008;url=/s/AssayResults.asp?DateRange=2008/01/01...2008/12/31;status=2008;");
aI("text=2007;url=/s/AssayResults.asp?DateRange=2007/01/01...2007/12/31;status=2007;");
aI("text=2006;url=/s/AssayResults.asp?DateRange=2006/01/01...2006/12/31;status=2006;");
aI("text=2005;url=/s/AssayResults.asp?DateRange=2005/01/01...2005/12/31;status=2005;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.asp;status=Contact Info;");
aI("text=Request More Info;url=/s/InformationRequests.asp;status=Request More Info;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
aI("text=Employment;url=/s/Employment.asp;status=Employment;");
}

drawMenus();
