_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()){
offbgcolor="";
offcolor="#FFFFFF";
onbgcolor="";
oncolor="#336633";
pagebgcolor="";
pagecolor="#336633";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="14";
fontweight="normal";
fontfamily="Arial, helvetica";
headercolor="#cc9900";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="";
itemwidth="94";
overfilter="";
outfilter="";
rawcss="padding: 3px 9px;";
}

with(menuStyle=new mm_style()){
offbgcolor="#a77c1a";
offcolor="#ffffff";
onbgcolor="#f9f6ed";
oncolor="#cc9900";
pagebgcolor="#f9f6ed";
pagecolor="#cc9900";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#cc9900";
headerbgcolor="#f9f6ed";
subimage="";
subimagepadding="2";
itemwidth="120";
overfilter="Alpha(opacity=80);";
outfilter="";
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=About Us;url=/s/Corporate.asp;status=About Us;");
//aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Board & Management;url=/s/Board.asp;status=Board & Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Social Responsibility;url=/s/SocialResponsibility.asp;status=Social Responsibility;");
}


with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");
aI("text=Côte d'Ivoire;url=/s/IvoryCoast.asp;status=Côte d'Ivoire;");
aI("text=Cameroon;url=/s/Cameroon.asp;showmenu=cam2;status=Cameroon;");
aI("text=Nigeria;url=/s/Nigeria.asp;status=Nigeria;");
}

with(milonic=new menuname("cam2")){
style=menuStyle;
aI("text=Bauxite;url=/s/CameroonBauxite.asp;status=Bauxite;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Media;url=/s/Media.asp;status=Media;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financial Statements;url=/s/Financials.asp;status=Financial Statements;");
aI("text=Gallery;url=/s/Gallery.asp;status=Gallery;");
aI("text=Glossary;url=/s/Glossary.asp;status=Glossary;");
//aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
}

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();