var fDesc=new Array(); fDesc[0] = "HMS CS is a high-performance desktop analyzer and patient management software for application in the practitioner’s office, the hospital clinic, and also in clinical research. The main function of the software is to process 24 h long-time blood pressure measurement data, produce analyses of arterial stiffness and hemodynamics, display ECGs and provide an interface to the medical practice/clinic software."; 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 = ''; } }