_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/dots3.gif";
offbgcolor="#A7376A";
offcolor="#ffffff";
onbgcolor="PaleVioletRed";
oncolor="#ffffff";
padding="8";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/purple.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="1000";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
offbgcolor="#A7376A";
offcolor="#ffffff";
onbgcolor="PaleVioletRed";
oncolor="#ffffff";
padding="4";
separatorcolor="White";
separatorsize="1";
subimage="images/purple.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=./;");
aI("showmenu=TopicsKeynotesINFO_BAR_MENU;text=Topics;target=;url=Topics.html;");
aI("text=Articles;target=;url=Articles.html;");
aI("showmenu=Client CommentsPartial List of ClientsINFO_BAR_MENU;text=Client Comments;target=;url=Client-Comments.html;");
aI("text=Products;target=;url=Products.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=About Eudora;target=;url=About-Eudora.html;");
aI("text=Links;target=;url=Links.html;");
}

with(milonic=new menuname("TopicsKeynotesINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Keynotes;target=;url=Keynotes.html;");
aI("text=Seminars;target=;url=Seminars.html;");
aI("text=Coaching;target=;url=Coaching.html;");
aI("text=Youth Empowerment;target=;url=Youth-Empowerment.html;");
}

with(milonic=new menuname("Client CommentsPartial List of ClientsINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Partial List of Clients;target=;url=Partial-List-of-Clients.html;");
}


 drawMenus();

