var fDesc=new Array(); fDesc[0] = "Patient Manager enables you to store in one place patient records which are optimized for fast searching and collaboration. Later you can get insights from statistics and reports. All your information is stored on your company's server, and nobody from outside can peek into your business. Document Management and Imaging is integrated with the medical records. Supports any document type and handles inline preview and editing for the common ones."; 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 = ''; } }