_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="#437EA2";
oncolor="#ffffff";
offbgcolor="#D9D8D5";
offcolor="#000000";
bordercolor="#C1BEBA";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#437EA2";
headercolor="#ffffff";
headerbgcolor="#437EA2";
subimage="";
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("corp")){
top=214;
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Information Circulars;url=/s/InformationCirculars.asp;status=Information Circulars;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Corporate Presentation;url=/s/Presentation.asp;status=Corporate Presentation;");
aI("text=President's Message;url=/s/PresidentMessage.asp;status=President's Message;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp?ReportID=338007;status=Corporate Governance;");
}

with(milonic=new menuname("prj")){
top=214;
style=menuStyle;
aI("text=Overview;url=/s/Projects.asp;status=Overview;");
//aI("text=Gabon;url=/s/Gabon.asp;status=Gabon;");
aI("text=Gabon;showmenu=gabon;status=Gabon;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("gabon")){
style=menuStyle;
aI("text=Mitzic License;showmenu=Mitzic;status=Mitzic License;");
aI("text=Mevang License;showmenu=Mevang;status=Mevang License;");
aI("text=Ndjole License;showmenu=Ndjole;status=Ndjole License;");
//aI("text=Mikongo Project;url=/s/Mikongo.asp;status=Mikongo;");
//aI("text=Oyem Project;url=/s/Oyem.asp;status=Oyem Project;");
}

with(milonic=new menuname("Mitzic")){
style=menuStyle;
aI("text=Mitzic Iron Project;url=/s/MitzicIron.asp;status=Mitzic Iron Project;");
aI("text=Nkan Project;url=/s/Nkan.asp;status=Nkan Project;");
}

with(milonic=new menuname("Mevang")){
style=menuStyle;
aI("text=Mianga Project;url=/s/Mianga.asp;status=Mianga;");
aI("text=Ebel Project;url=/s/Ebel.asp;status=Ebel Project;");
aI("text=Ndjole &amp; Mevang Manganese Project;url=/s/NdjoleMevang.asp;status=Ndjole &amp; Mevang Manganese Project;");
}

with(milonic=new menuname("Ndjole")){
style=menuStyle;
aI("text=La Mboumi Project;url=/s/LaMboumi.asp;status=La Mboumi;");
aI("text=Ndjole &amp; Mevang Manganese Project;url=/s/NdjoleMevang.asp;status=Ndjole &amp; Mevang Manganese Project;");
}

with(milonic=new menuname("MitzicIron")){
style=menuStyle;
aI("text=Mitzic Iron Project;url=/s/MitzicIron.asp;status=Mitzic Iron Project;");
}

with(milonic=new menuname("inv")){
top=214;
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Capital;url=/s/ShareCap.asp;status=Share Capital;");
aI("text=Financial Calendar;url=/s/FinancialCalendar.asp;status=Financial Calendar;");
aI("text=Links;url=/s/Links.asp;status=Links;");
aI("text=Share/Corporate History;url=/s/ShareCorpHistory.asp;status=Share/Corporate History;");
}

with(milonic=new menuname("contact")){
top=214;
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.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();
