_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="#990000";
pagebgcolor="";
pagecolor="#990000";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="#cccc99";
separatorpadding="10";
separatorsize="10";
padding=3;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
headercolor="#cc9900";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="";
overfilter="";
outfilter="";
rawcss="padding: 3px 9px;";
}

with(menuStyle=new mm_style()){
offbgcolor="#cccc99";
offcolor="#ffffff";
onbgcolor="#990000";
oncolor="#ffffff";
pagebgcolor="#990000";
pagecolor="#ffffff";
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=90);";
outfilter="";
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=About Us;url=/s/Corporate.asp;status=About Us;");
aI("text=Board;url=/s/Board.asp;status=Board;");
aI("text=Management;url=/s/Management.asp;status=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=Gold;showmenu=Gold;status=Gold;");
aI("text=Bauxite;showmenu=Bauxite;status=Bauxite;");
aI("text=Iron Ore;showmenu=Iron;status=Iron Ore;");
}

with(milonic=new menuname("Bauxite")){
style=menuStyle;
aI("text=Mandoum - Cameroon;url=/s/Mandoum.asp;status=Mandoum - Cameroon;");
aI("text=Birsok - Cameroon;url=/s/Birsok.asp;status=Birsok - Cameroon;");
}

with(milonic=new menuname("Gold")){
style=menuStyle;
aI("text=Ethiopia;url=/s/EthiopiaGold.asp;status=Ethiopia;");
aI("text=Laboum - Cameroon;url=/s/CameroonGold.asp;status=Cameroon;");
}

with(milonic=new menuname("Iron")){
style=menuStyle;
aI("text=Bikoula;url=/s/Bikoula.asp;status=Bikoula;");
}

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();
