
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";
orientation="vertcal";
style=menuStyle;
aI("text=CLINIC HOME;url=index.htm;");
aI("text=SERVICES;url=services.htm;");
aI("text=STRESS TEST;url=stresstest.php;");
aI("text=STRESS TYPES;url=stresstypes.htm;");
aI("text=NEWSLETTERS;url=newsletters.htm;");
aI("text=ARTICLES;url=articles.htm;");
aI("text=STRETCHES;url=stretches.htm;");
aI("text=BIOGRAPHY;url=biography.htm;");
aI("text=VIDEOS;url=videos.htm;");
aI("text=GALLERY;url=gallery.htm;");
aI("text=FAQ;url=faq.htm;");
aI("text=EMPLOYMENT;url=employment.htm;");
}

drawMenus();

