var fDesc=new Array(); fDesc[0] = "The Smart ECG Viewer is a set of PC-based data management software, which allows you to manage all the ECG reports in one LAN network. It provides a paperless workflow and an intuitive interface to improve your work efficiency

Main Features:

-Support all EDAN ECGs except SE-1/100
-Bi-directional communication with ECGs
-Worklist support
-Reports management
-Manual measurements support
-Manual editing of the diagnostic results
-Multi-format reports transferable via Email
-HL7 support"; 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 = ''; } }