with(new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
position="relative";
//left=10;
//top=10;
aI("text=Home;url=http://www.camlt.org/;");
aI("showmenu=about;text=About CAMLT;");
aI("showmenu=prof;text=Our Professions;");
aI("showmenu=membership;text=Membership;");
aI("showmenu=ce;text=Continuing Education;");
aI("showmenu=conv;text=Convention Information;");
aI("showmenu=leg;text=Legislation & Regulation;");
aI("showmenu=job;text=CAMLT Jobline;");
aI("text=Newsline On-Line;url=nl_online.html;");
aI("text=Contact Us;url=/mission.html;");
//aI("showmenu=My other;text=Other;");
}
drawMenus();
