var fDesc=new Array(); fDesc[0] = "AltaPoint puts comprehensive healthcare charting at your fingertips with: family, social and medical histories, immunizations, prescription management, growth charts, allergy and problem lists, reminders, procedure and treatment plan information, x-ray images and more.
Drastically reduce your charting and documentation time and improve your patient care. AtaPoint’s easy-to-use system lets you create unlimited exam templates that are fine-tuned to your specific practice, patients, specialty training and personal preferences."; 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 = ''; } }