var fDesc=new Array(); fDesc[0] = "BMS-Plus Software allows you to preview and control your Bionet ECG machine from your Windows on your PC.

Main features:
- Save ECGs in JPG format that you can then file or email.
- Print your ECGs from your Windows based printer.
- Magnify sections of the ECG tracing for easy reading.
- Measure ECG complexes with easy to use tools.
- Save and recall ECGs on your computer."; 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 = ''; } }