
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="vertcal";
style=menuStyle;
aI("text=CORPORATE HOME;url=index.htm;");
aI("text=CHOOSE YOUR CLINIC;url=onsite.htm;");
aI("text=PUBLISHED ARTICLES;url=articles.htm;");
aI("text=STRESS TEST;url=stresstest.php;");
aI("text=ENGAGEMENT TEST;url=engagementtest.php;");
aI("text=STRESS WORKSHOPS;url=stressworkshops.htm;");
aI("text=HEALTH PROGRAMS;url=healthprograms.htm;");
aI("text=ONLINE STRETCHES;url=stretches.htm;");
aI("text=BIOGRAPHY;url=biography.htm;");
aI("text=SERVICES;url=services.htm;");
aI("text=EMPLOYMENT;url=employment.htm;");
}

drawMenus();

