_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(mainStyle=new mm_style()){
onbgcolor="#636387";
oncolor="#ffffff";
offbgcolor="#b9bdc0";
offcolor="#000000";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#b9bdc0";
separatorsize="10";
padding=1;
fontsize="10";
fontweight="bold";
fontfamily="verdana, arial";
pagecolor="#ffffff";
pagebgcolor="#636387";
headercolor="#ffffff";
headerbgcolor="#636387";
subimage="";
subimagepadding="";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
offbgcolor="#636387";
offcolor="#ffffff";
onbgcolor="#CECECE";
oncolor="#333333";
pagebgcolor="#CECECE";
pagecolor="#333333";
bordercolor="#101010";
borderstyle="solid";
borderwidth=1;
separatorcolor="#101010";
separatorsize="1";
padding=2;
fontsize="10";
fontstyle="bold";
fontfamily="verdana, arial";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

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=Project Locations;url=/s/Projects.asp;status=Project Locations;");
aI("text=Nevada >;url=#;status=Nevada;showmenu=nev;");
aI("text=Idaho >;url=#;status=Idaho;showmenu=ida;");
aI("text=Canada >;url=#;status=Canada;showmenu=can;");
}

with(milonic=new menuname("nev")){
style=menuStyle;
aI("text=Cordero;url=/s/Cordero.asp;status=Cordero;");
aI("text=Cornucopia;url=/s/Cornucopia.asp;status=Cornucopia;");
}

with(milonic=new menuname("ida")){
style=menuStyle;
aI("text=Copper King;url=/s/CopperKing.asp;status=Copper King;");
}

with(milonic=new menuname("can")){
style=menuStyle;
aI("text=McBride (Manitoba);url=/s/McBride.asp;status=McBride (Manitoba);");
//aI("text=Manville (Ontario);url=/s/Manville.asp;status=Manville (Ontario);");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
}

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=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Upcoming Events;url=/s/UpcomingEvents.asp;status=Upcoming Events;");
//aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
}

with(milonic=new menuname("Values")){
style=menuStyle;
aI("text=Code of Business Ethics Info;url=/s/BusinessEthics.asp;status=Code of Business Ethics;");
aI("text=Audit Committee Charter;url=/s/ACCCharter.asp;status=Audit Committee Charter;");
aI("text=Compensation Committee Charter;url=/s/CCCharter.asp;status=Compensation Committee Charter;");
aI("text=Corporate Governance Committee Charter;url=/s/CGCCharter.asp;status=Corporate Governance Committee Charter;");
aI("text=Whistleblower Policy;url=/s/Whistleblower.asp;status=Whistleblower Policy;");
}

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/InformationRequest.asp;status=Request More Info;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();
