var fDesc=new Array(); fDesc[0] = "Patient Tracker Professional is a robust, point-of-care charting application designed for clinicians who operate in any size outpatient environments. Patient Tracker Professional will run on a single laptop or Tablet PC all the way up to a server with several clients connected over a wide area network.
Clinicians using Patient Tracker Professional can access and manage patient data from any workstation or handheld device connected to the network."; 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 = ''; } }