var fDesc=new Array(); fDesc[0] = "Klinik Suite 2011 is an electronic medical record (EMR) and practice management software (PMS) created for small and medium sized practices. We’ve listened to comments, suggestions and feedback from our customers in order to make Klinik Suite 2011 the best practice management software available! Additionally, Klarian Business Solutions has a strong client retention rate and satisfaction rate as a result of their support and commitment to research and development."; 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 = ''; } }