_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="#7D5B3B";
oncolor="#ffffff";
offbgcolor="#999999";
offcolor="#ffffff";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#7D5B3B";
headercolor="#ffffff";
headerbgcolor="#7D5B3B";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("temp")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Corporate Overview;url=/s/CorporateOverview.asp;status=Corporate Overview;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;");
aI("text=Company Policies;url=/s/Whistleblower.asp;status=Company Policies;");
aI("text=Corp Reporting;url=/s/CorpReporting.asp;status=Corp Reporting;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");
aI("text=Resources Summary;url=/s/ResourcesSummary.asp;status=Resources Summary;");
}

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=Analyst / Media Reports;url=/s/RelatedReports.asp;status=Analyst / Media Reports;");
aI("text=Company Info;url=/s/CompanyInfo.asp;status=Company Info;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Calendar of Events;url=/s/Calendars.asp;status=Calendar of Events;");
aI("text=Copper Fundamentals;url=/s/CopperFundamentals.asp;status=Copper Fundamentals;");
//aI("text=Related Web Sites;url=/s/RelatedSites.asp;status=Related Web Sites;");
}

drawMenus();