var fDesc=new Array(); fDesc[0] = "The electrocardiogram [ECG or EKG] is a diagnostic tool that measures and records the electrical activity of the heart in exquisite detail.

The interpretation of these AME Electrocardiographs allows for the diagnosis of a wide range of heart conditions which can vary from minor to life threatening.

The AME twelve lead ECG examines the electrical activity of the heart from twelve points of view which provides a complete picture of the electrical activity around the heart in both time and space.

The AME Electrocardiogram uses state-of-the-art electronics with simultaneous data acquisition which generates superior ECG waveforms. It has been tested extensively in the field and has proven itself to be reliable, accurate and robust. No medical practitioner should be without one."; 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 = ''; } }