  


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="horizontal";
style=menuStyle;
top=10;
position="relative";
keepalive="1";

aI("showmenu=about;text=about S3;url=about.htm;offclass=navigation;onclass=navigationOn;");
aI("showmenu=service;text=services;url=services.htm;offclass=navigation;onclass=navigationOn;");
aI("text=news & events;url=http://speakingwithconfidence.net/speaking_with_con/;target=blank;offclass=navigation;onclass=navigationOn;");
aI("text=contact S3;url=contact.htm;offclass=navigation;onclass=navigationOn;");
aI("text=home;url=index.htm;offclass=navigation;onclass=navigationOn;");

}
drawMenus();
           
		   