_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
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(mainStyle=new mm_style()){
onbgcolor="";
oncolor="#ffffff";
offbgcolor="";
offcolor="#000";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="";
separatorsize="";
separatorpadding="9";
padding=4;
fontsize="16";
fontweight="normal";
fontfamily="Tahoma, Geneva, Helvetica";
pagecolor="#ffffff";
pagebgcolor="";
headercolor="#ffffff";
headerbgcolor="";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
offbgcolor="#322a07";
offcolor="#f0f0f0";
onbgcolor="#e7d180";
oncolor="#322a07";
pagebgcolor="#e7d180";
pagecolor="#322a07";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="1";
padding=5;
fontsize="12";
fontstyle="bold";
fontfamily="Tahoma, Geneva, Helvetica";
headercolor="#322a07";
headerbgcolor="#e7d180";
subimage="";
subimagepadding="2";
overfilter="alpha(opacity=90)";
outfilter="";
horizontalMenuDelay = true;
_menuCloseDelay=1500;
_menuOpenDelay=500;
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Board of Directors;url=/s/Board.asp;status=Board of Directors;");
aI("text=Corporate Governance;url=/s/Governance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/Investors.asp;status=Stock Info;");
aI("text=Financial Reports;url=/s/FinancialStatements.asp;status=Financial Reports;");
aI("text=Annual Report;url=/s/AnnualReport.asp;status=AnnualReport;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Technical Reports;url=/s/TechnicalReports.asp;status=Technical Reports;");
aI("text=IR Contacts;url=/s/IRContacts.asp;status=IR Contacts;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Niaouleni- West Africa;url=/s/Niaouleni.asp;status=Niaouleni;");
//aI("text=Jubilee Zinc-Lead Project;url=/s/Jubilee.asp;status=Jubilee;");
aI("text=Menderes - Turkey;url=/s/Turkey.asp;status=Turkey;");
aI("text=Poly/Stewart- Canada;url=/s/PolyStewart.asp;status=Poly/Stewart;");
aI("text=Red Lake - Canada;url=/s/RedLake.asp;status=Red Lake;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.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();
