_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
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(mainStyle=new mm_style()){
onbgcolor="";
oncolor="#000";
offbgcolor="";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="";
separatorimage="/i/common/sep.gif";
separatorsize="20";
separatorpadding="0";
padding=6;
fontsize="13";
fontweight="bold";
fontfamily="Arial, Helvetica";
pagecolor="#000";
pagebgcolor="";
headercolor="#000";
headerbgcolor="";
subimage="";
subimagepadding="";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#fff";
oncolor="#000";
offbgcolor="#fdebd3";
offcolor="#000";
bordercolor="#f2f2f2";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000";
pagebgcolor="#fff";
headercolor="#000";
headerbgcolor="#fff";
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("Corporate")){
style=menuStyle;
aI("text=Overview;url=/s/CorporateInfo.asp;status=Overview;");
aI("text=Management & Directors;url=/s/Management.asp;status=Management & Directors;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Kakamega Project;url=/s/Kakamega.asp;status=Kakamega Project;");
aI("text=Ngira Migori Project;url=/s/NgiraMigori.asp;status=Ngira Migori Project;");
aI("text=About Kenya;url=/s/Kenya.asp;status=About Kenya;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Quote & Chart;url=/s/StockInfo.asp;status=Stock Quote & Chart;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Brochures;url=/s/Brochures.asp;status=Brochures;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Financial Statements and MD&A;url=/s/FinancialStatements.asp;status=Financial Statements and MD&A;");
//aI("text=MD&A;url=/s/mda.asp;status=MD&A;");
aI("text=QwikReport;url=/s/QwikReport.asp;status=QwikReport;");
}

with(milonic=new menuname("News")){
style=menuStyle;
itemwidth=90;
aI("text=2012;url=/s/NewsReleases.asp?DateRange=2012/01/01...2012/12/31;status=2012;");
aI("text=2011;url=/s/NewsReleases.asp?DateRange=2011/01/01...2011/12/31;status=2011;");
aI("text=2010;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
aI("text=2009;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
aI("text=2008;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008;");
}

with(milonic=new menuname("Contact")){
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();
