_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#639C18";
oncolor="#ffffff";
offbgcolor="#800080";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="FFFFFF";
pagebgcolor="#800080";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#800080', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=232;
left=200;
alwaysvisible=1;
position="absolute";
orientation="horizontal";
aI("text=Home;url=/home.htm;status=Back To Home Page;");
aI("text=Projects;showmenu=Projects;");
aI("text=Fundraising;showmenu=Fundraising;");
aI("text=Volunteer;showmenu=Volunteer;");
aI("text=About AEP;showmenu=About;");
aI("text=News Room;url=/newsroom.htm;status=Check out exciting news with AEP!;");
}


with(milonic=new menuname("Projects")){
style=menuStyle;
overflow="scroll";
aI("text=Scholarships and Scholars;showmenu=Scholarships and Scholars;");
aI("text=Building Stronger Schools Program;url=/buildingschools.htm;");
aI("text=Teach Africa Initiative;url=/teachafrica.htm;");
aI("text=Youth Development Program;url=/youthdevelopment.htm;");
}

with(milonic=new menuname("Scholarships and Scholars")){
style=menuStyle;
overflow="scroll";
aI("text=ALJ Scholarship;url=/alj.htm;");
aI("text=Tumaini Scholarship;url=/tumaini.htm;");
aI("text=Present and Past Scholars;url=/scholars.htm;");
}


with(milonic=new menuname("Fundraising")){
style=menuStyle;
aI("text=Karamu African Celebration;showmenu=Karamu;");
aI("text=Lion Shop and Share;url=/lionshop.htm");
aI("text=Run for Education in Africa;url=/runforeducation.htm");
aI("text=Our Valued Donors;url=donors.htm;");
aI("text=Make a Donation;url=/donate.htm;");
}
 
with(milonic=new menuname("Karamu")){
style=menuStyle;
overflow="scroll";
aI("text=Karamu 2006;url=/karamu2006.htm;");
aI("text=Karamu 2005;showmenu=Karamu2005;");
aI("text=Karamu 2004;url=/newsroom/Karamu_2004_A_Great_Success.pdf;");
}

with(milonic=new menuname("Karamu2005")){
style=menuStyle;
overflow="scroll";
aI("text=Karamu 2005 Photo Album;url=/images/karamu2005album/;");
aI("text=Karamu 2005 News Story;url=/newsroom/Karamu_2005_Biggest_and_Best_Ever.pdf;");
}


with(milonic=new menuname("Volunteer")){
style=menuStyle;
overflow="scroll";
aI("text=Volunteer Opportunities;url=/volunteer.htm;");
aI("text=Volunteer Application;url=AEP_volunteer_application.doc;");
}


with(milonic=new menuname("About")){
style=menuStyle;
aI("text=FAQ;url=/faq.htm;");
aI("text=Annual Reports;url=/annualreports.htm;");
aI("text=AEP Brochure;url=/AEP_Brochure_2007.pdf;");
aI("text=Contact Info and Staff;url=/contact.htm;");
aI("text=Board of Directors;showmenu=Board;");
aI("text=Calendar;url=/calendar.htm;status=Upcoming Events;");
}


with(milonic=new menuname("Board")){
style=menuStyle;
overflow="scroll";
aI("text=Current AEP Board Members;url=/board.htm;");
aI("text=Current KEP Board Members;url=/boardkenya.htm;");
aI("text=Interested in Joining the Board?;url=/jointheboard.htm;");
aI("text=Online AEP Board Application;url=/boardapplication.php;");
aI("text=Past AEP Board Members;url=/boardmemberspast.htm;");
}


drawMenus();













































