_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(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#5c2f22";
offbgcolor="transparent";
offcolor="#004a62";
bordercolor="transparent";
borderstyle="solid";
borderwidth=0;
separatorcolor="#004a62";
separatorsize="1";
separatorheight="10";
padding=10;
fontsize="12";
fontweight="bold";
fontfamily="trebuchet ms, Arial, helvetica";
pagecolor="#5c2f22";
pagebgcolor="transparent";
headercolor="#5c2f22";
headerbgcolor="transparent";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#a55e44";
oncolor="#ffffff";
offbgcolor="#bebfc1";
offcolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="trebuchet ms, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#a55e44";
headercolor="#ffffff";
headerbgcolor="#a55e44";
subimage="/i/common/arrow-b.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("prop")){
style=menuStyle;
top="offset=3";
aI("text=Properties Overview;url=/s/Properties.asp;status=Properties Overview;");
aI("text=Mexico;url=/s/La_Balsa.asp?ReportID=300361;status=Mexico;showmenu=mex;");
//aI("text=Northern British Columbia;url=/s/Granduc_Mine.asp?ReportID=300349;status=Northern British Columbia;showmenu=nbc;");
aI("text=Southwestern USA;url=/s/Sombrero_Butte.asp?ReportID=300753;status=Southwestern USA;showmenu=swus;");
//aI("text=Chile;url=/s/Apacheta.asp?ReportID=301324;showmenu=chi;status=Chile;");
}

   with(milonic=new menuname("mex")){
   style=menuStyle;
   aI("text=La Balsa;url=/s/La_Balsa.asp?ReportID=300361;status=La Balsa;");
   }

   with(milonic=new menuname("swus")){
   style=menuStyle;
   aI("text=Kabba;url=/s/Kabba.asp?ReportID=418324;status=Kabba;");
   aI("text=Sombrero Butte;url=/s/Sombrero_Butte.asp?ReportID=300753;status=Sombrero Butte;");
   aI("text= Van Dyke;url=/s/News_Releases.asp?ReportID=393999;status=Van Dyke;");
   //aI("text=Gryphon Summit;url=/s/Gryphon_Summitt.asp?ReportID=300511;status=Gryphon Summit;");
   //aI("text=Silver Bell West;url=/s/Silver_Bell_West.asp?ReportID=300955;status=Silver Bell West;");
   //aI("text=Copper Springs;url=/s/Copper_Springs.asp?ReportID=300956;status=Copper Springs;");
   }

   with(milonic=new menuname("chi")){
   style=menuStyle;
//   aI("text=Apacheta;url=/s/Apacheta.asp?ReportID=301324;status=Apacheta;");
   }

//   with(milonic=new menuname("nbc")){
//   style=menuStyle;
//   aI("text=Granduc Mine;url=/s/Granduc_Mine.asp?ReportID=300349;status=Granduc Mine;");
//   }

with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=3";
aI("text=Corporate Overview;url=/s/Corporate.asp;status=Corporate Overview;");
//aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Directors & Officers;url=/s/Directors_Officers.asp;status=Directors & Officers;");
//aI("text=Technical Team;url=/s/Technical_Team.asp;status=Technical Team;");
//aI("text=Why Copper?;url=/s/Why_Copper.asp;status=Why Copper?;");
//aI("text=Financial Statements;url=/s/Financial_Statements.asp;status=Financial Statements;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=3";
aI("text=Investor Overview;url=/s/Investor_Centre.asp;status=Investor Overview;");
aI("text=Upcoming Events;url=/s/UpcomingEvents.asp;status=Upcoming Events;");
aI("text=Stock Info;url=/s/Stock_Info.asp;status=Stock Info;");
//aI("text=President's Letter;url=/s/Presidents_Letter.asp;status=President's Letter;");
aI("text=SEDAR;url=/s/SEDAR.asp;status=SEDAR;");
}

with(milonic=new menuname("media")){
style=menuStyle;
top="offset=3";
aI("text=Company News;url=/s/News_Releases.asp?DateRange=2010/01/01...2010/12/31;status=Company News;");
//aI("text=Related Articles;url=/s/Related_Info.asp;status=Related Articles;");
//aI("text=Executive Interviews;url=/s/ExecutiveInterviews.asp;status=Executive Interviews;");
//aI("text=Bell Copper in the News;url=/s/In_The_News.asp;status=Bell Copper in the News;");
aI("text=Industry Links;url=/s/IndustryLinks.asp;status=Industry Links;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=3";
aI("text=Contact Info;url=/s/Contact_Us.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();
