// JavaScript Document
with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=Home;url=index.html;status=Back To Home Page;");
aI("text=Services;showmenu=Services;");
aI("text=About;showmenu=about;");
aI("text=Clients;url=clients.htm;");
aI("text=Speaking;url=speaking.htm;");
aI("text=Resources;url=WhitePapers.htm;");
aI("text=Contact;url=contact.htm;");
aI("");
aI("text=Client Login;url=/secured/;");


}
drawMenus();
