// 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;url=../../about.htm");
aI("text=Clients;url=../../clients.htm;");
//aI("text=Speaking;url=speaking.htm;");
aI("text=Resources;url=../../WhitePapers.htm;");
//aI("text=Log In;url=WhitePapers.htm;");
aI("text=Contact Us;url=../../contact.htm;");
aI("");
aI("text=Client Login;url=/secured/;");


}
drawMenus();
