_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(menuStyle=new mm_style()){
onbgcolor="#0F68B3";
oncolor="#ffffff";
offbgcolor="#064171";
offcolor="#ffffff";
bordercolor="#064171";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ded4b2";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#085697";
headercolor="#ffffff";
headerbgcolor="#4a412d";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}




with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=26";
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
//aI("text=Corporate Responsibility;url=/s/CorporateResponsibility.asp;status=Corporate Responsibility;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Management Profile;url=/s/Management.asp;status=Management Profile;");
}

//with(milonic=new menuname("prj")){
//top="offset=26";
//style=menuStyle;
//aI("text=Island Copper Project;url=/s/IslandCopper.asp;status=Island Copper Project;");
//}

with(milonic=new menuname("inv")){
top="offset=26";
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=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Presentations;url=/s/Presentations.asp;status=Corporate Presentations;");
aI("text=Corporate Profile;url=/s/Profile.asp;status=Corporate Profile;");
//aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=SEDAR Filings;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00004820;target=blank;status=SEDAR Filings;");
aI("text=EDGAR Filings;url=http://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0001102706&owner=include;target=blank;status=EDGAR Filings;");
}


with(milonic=new menuname("contact")){
top="offset=26";
style=menuStyle;
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
//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 Opportunities;url=/s/EmploymentOpportunities.asp;status=Employment Opportunities;");
}

drawMenus();