var fDesc=new Array(); fDesc[0] = "More than 30 arrhythmias.Two-dimensional animations of the heart's electrical activity. Real ECG signals extracted from the MIT-BIH Arrhythmia Database.User-friendly graphical interface that mimics an ECG device.Beat-to-beat display of heart rate and ECG intervals. Comprehensive help that includes information about ECG characteristics and cardiac arrhythmia mechanisms. Heart activation images were generated by computer simulations using an electrophysiological model that incorporates recent data on cardiac tissue properties and arrhythmia mechanisms. The model parameters were adjusted so that the heart's activity is synchronized with the ECG signals. Each simulation lasts between 10 and 25 seconds."; 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 = ''; } }