var fDesc=new Array(); fDesc[0] = "AltaPoint makes invoicing and billing your clients a snap. Design your own invoice and statement formats with your favorite Windows fonts and styles. You can continue to use your existing pre-printed invoice and statement forms -- or use AltaPoint to produce professional-looking laser invoices and statements on plain paper! You can maintain unlimited clinical records and other notes for each patient. In addition, you can enter detailed notes for each invoice item. To better track the kind of information most meaningful to your individual practice, you can define custom data fields that can be unique to each species."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }