var fDesc=new Array(); fDesc[0] = "The EFS-200 is a software program, which manages the inspection data saved on the Fukuda Denshi electrocardiograph.
Online connection via FTP with Fukuda Denshi electrocardiograph allows speedy recording.
The data stored on the electrocardiograph recording media can be also recorded on the EFS-200.
From the recorded data, the data can be quickly searched to perform process such as over read, time-serial comparison, etc. The infrequently used past data can be saved on a removable disk to be used when necessary. Clear information is provided not only on the display, but also on the printout of various formats."; 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 = ''; } }