var fDesc=new Array(); fDesc[0] = "The ECG-PS offers an "All-in-One" solution to your cardiology diagnostic needs. It combines a 12-Lead, real-time Electrocardiogram with an ERGO Exercise Stress system. The Data Acquisition Module(DAM) achieves excellent frequency response, easy connectivity to the patient, while maintaining patient isolation, and provides all this without the need of any external DC or AC source, because it obtains all its power from the USB port on your PC."; 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 = ''; } }