var fDesc=new Array(); fDesc[0] = "Cardiac Electrophysiology
The Cardiac Conduction System

Detailed description of the properties and tissues of the cardiac conduction system (sinoatrial (SA) node, internodal tracts and Bachmann's bundle, atrioventricular (AV) node, bundle of His, right and left bundle branches, and the Purkinje fibers). Through graphics and computerized animation, the user is shown how the tissues of the cardiac conduction system initiate atrial and ventricular depolarization and repolarization.

Correlation Between The ECG Waveform and The Cardiac Cycle

Describes the electrical activity of the heart as the waveforms are inscribed on an ECG tracing. Through graphics and computerized animation, the user is shown how the heart's electrical activity inscribes certain characteristic waveforms on an ECG tracing."; 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 = ''; } }