var fDesc=new Array(); fDesc[0] = "VM300 can show the ECG data of our Bluetooth ECG devices, we offer you various software solutions.
Resting ECG software VM300

With the resting ECG software VM300, ECG measurements can be displayed, saved and printed. The basic software can be extended, if needed, with automatic ECG analysis and interpretation, based on the scientifically recognized HES algorithm. The interpretation software supports you with your work, providing detailed diagnostic suggestions and evaluation results fully automatically."; 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 = ''; } }