var fDesc=new Array(); fDesc[0] = "Patient Tracker is a fully functional charting application for Palm OS and Windows handheld computers that provides clinicians with a multitude of mobile, timesaving features. Take your patient information with you when you travel between your office, the hospital, or your patients’ nursing home. Patient Tracker enables you to add, delete, edit, and view and manage patient a variety of information on the fly. In addition, user- friendly documentation features minimize the note creation process, enabling clinicians to get the most out of their time."; 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 = ''; } }