with(milonic=new menuname("Home")){
alwaysvisible=1;
//left=10;
//margin=2;
menuwidth=730;
menualign="center";
orientation="horizontal";
position="relative";
style=menuStyle;
//top=5;
aI("text=Home;url=/;");
aI("showmenu=services;text=Services;url=/services/index.php;");
aI("showmenu=staff;text=Doctors &amp; Staff;url=/staff/index.php;");
aI("showmenu=patient_resources;text=Patient Resources;url=/patient_resources/index.php");
//aI("text=Patient Forms;url=/patient_forms/index.php;pagematch=/patient_forms/index.php");
aI("showmenu=bna;text=Before &amp; After;url=/before-and-after/index.php");
aI("showmenu=testimonials;text=Testimonials;url=/testimonials/index.php");
//aI("text=Directions;url=/directions/index.php");
aI("text=Contact &amp; Directions;url=/contact/index.php");
}
drawMenus();