_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="#ffffff";
oncolor="#5D799C";
offbgcolor="#ffffff";
offcolor="#003399";
bordercolor="transparent";
borderstyle="none";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="20";
padding=0;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#5D799C";
pagebgcolor="#ffffff";
headercolor="#5D799C";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#455A74";
oncolor="#ffffff";
offbgcolor="#5B789B";
offcolor="#ffffff";
bordercolor="#949FA3";
borderstyle="solid";
borderwidth=1;
separatorcolor="#949FA3";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#455A74";
headercolor="#ffffff";
headerbgcolor="#455A74";
subimage="/cc/i/common/arrow.gif";
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("about")){
style=menuStyle;
top="offset=5";
aI("text=About Quadra;url=/s/AboutUs.asp;status=About Quadra;");
aI("text=Financial Performance;url=/s/FinancialPerformance.asp;status=Financial Performance;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Board of Directors;url=/s/BoardofDirectors.asp;status=Board of Directors;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("op")){
style=menuStyle;
top="offset=5";
aI("text=Robinson Mine;url=/s/RobinsonMine.asp;status=Robinson Mine;");
//aI("text=Sustainable Development;url=/s/SustainableDevelopment.asp;status=Sustainable Development;");
aI("text=Carlota Mine;url=/s/Carlota.asp;status=Carlota Mine;");
aI("text=Franke Mine;url=/s/Franke.asp;status=Franke Mine;");
}

with(milonic=new menuname("dev")){
style=menuStyle;
top="offset=5";
aI("text=Sierra Gorda Project;url=/s/SierraGorda.asp;status=Sierra Gorda Project;");
aI("text=Malmbjerg Project;url=/s/Malmbjerg.asp;status=Malmbjerg Project;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=5";
aI("text=Financial Information;url=/s/FinancialInfo.asp;status=Financial Information;");
aI("text=Public Filings;url=/s/PublicFilings.asp;status=Public Filings;");
aI("text=Financial Calendar;url=/s/FinancialCalendar.asp;status=Financial Calendar;");
aI("text=Event Calendar;url=/s/EventCalendar.asp;status=Event Calendar;");
aI("text=Share Performance;url=/s/SharePerformance.asp;status=Share Performance;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Conference Calls;url=/s/ConferenceCalls.asp;status=Conference Calls;");
aI("text=Presentations/Events;url=/s/Presentations.asp;status=Presentations/Events;");
aI("text=Quick Facts;url=/s/QuickFacts.asp;status=Quick Facts;");
aI("text=QwikReport;url=/s/QwikReport.asp;status=QwikReport;");
aI("text=Links;url=/s/Links.asp;status=Links;");
}

with(milonic=new menuname("news")){
style=menuStyle;
top="offset=5";
aI("text=News Releases;url=/s/News.asp;status=News Releases;");
aI("text=Video Archive;url=/s/VideoArchive.asp;status=Video Archive;");
aI("text=Photos;url=/s/Photos.asp;status=Photos;");
//aI("text=Fact Sheets;url=/s/FactSheets.asp;status=Fact Sheets;");
}

with(milonic=new menuname("copper")){
style=menuStyle;
top="offset=5";
//aI("text=Copper 101;url=/s/Copper101.asp;status=Copper 101;");
aI("text=Copper and How it Occurs;url=/s/Copper101-HowItOccurs.asp;status=Copper and How it Occurs;");
aI("text=Copper Exploration and Development;url=/s/Copper101-Exploration.asp;status=Copper Exploration and Development;");
aI("text=Copper Mining;url=/s/Copper101-Mining.asp;status=Copper Mining;");
aI("text=Smelters and Refiners;url=/s/Copper101-Smelters.asp;status=Smelters and Refiners;");
aI("text=How Copper is Sold;url=/s/Copper101-HowItSold.asp;status=How Copper is Sold;");
aI("text=Metal Exchange and Futures Market;url=/s/Copper101-Exchanges.asp;status=Metal Exchange and Futures Market;");
aI("text=Copper Price;url=/s/Copper101-Price.asp;status=Copper Price;");
aI("text=End Uses;url=/s/Copper101-EndUses.asp;status=End Uses;");
aI("text=More Information;url=/s/Copper101-MoreInfo.asp;status=More Information;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=5";
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
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;");
aI("text=Employment;url=/s/Employment.asp;status=Employment;");
}

drawMenus();