var fDesc=new Array(); fDesc[0] = "Hospital Manager is a client-server program that run in your network or over the Internet through secure VPN networks. It allows managing the data required by the efficient functioning of clinics and hospitals. It 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. The programs is designed with the familiar MS Office interface style, which makes it easy for you and your team to use the program. The easy learning curve assures that the implementation transition will have minimal effects how your practice is running."; 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 = ''; } }