_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="#339900";
oncolor="#FFFFFF";
offbgcolor="#000000";
offcolor="#FFFFFF";
pagebgcolor="#0A4C9F";
pagecolor="#FFFFFF";
bordercolor="#336699";
borderstyle="solid";
borderwidth=1;
separatorcolor="#336699";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


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;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
//aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=White Gold Prospect, Yukon;url=/s/WhiteGold.asp;status=White Gold Prospect, Yukon;");
aI("text=Lithium;url=/s/Lithium.asp;status=Lithium;");
aI("text=Alberta Oil Sands Projects;url=/s/Alberta.asp;status=Alberta Oil Sands Projects;");
aI("text=Barkerville Gold;url=/s/Barkerville.asp;status=Barkerville Gold;");
aI("text=Haldane Yukon Silver;url=/s/HaldaneYukonSilver.asp;status=Haldane Yukon Silver;");
aI("text=Stewart Gold District, BC;url=/s/Stewart.asp;status=Stewart Gold District, BC;");
aI("text=Red Chris Gold / Copper, BC;url=/s/RedChris.asp;status=Red Chris Gold / Copper, BC;");
//aI("text=Stewart Gold North, BC;url=/s/StewartNorth.asp;status=Stewart Gold North, BC;");
//aI("text=Stewart Gold South, BC;url=/s/StewartSouth.asp;status=Stewart Gold South, BC;");
//aI("text=Enchant Prospect, Alberta;url=/s/Alberta.asp?ReportID=121847;status=Enchant Prospect, Alberta;");
//aI("text=Cardium Burnstick Prospect, Alberta;url=/s/Alberta.asp?ReportID=133038;status=Cardium Burnstick Prospect, Alberta;");
//aI("text=Boyne Lake Prospect, Alberta;url=/s/Alberta.asp?ReportID=133040;status=Boyne Lake Prospect, Alberta;");
//aI("text=Kerrobert Region, Saskatchewan;url=/s/Saskatchewan.asp;status=Kerrobert Region, Saskatchewan;");
//aI("text=Texas;showmenu=Texas;status=Texas;");
}

with(milonic=new menuname("Texas")){
style=menuStyle;
aI("text=Green Ranch Prospect;url=/s/Texas.asp?ReportID=121951;status=Green Ranch Prospect;");
aI("text=Jack and Palo Pinto Projects;url=/s/Texas.asp?ReportID=121952;status=Jack and Palo Pinto Projects;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
//aI("text=Links;url=/s/Links.asp;status=Links;");
//aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
//aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
}

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();