var fDesc=new Array(); fDesc[0] = "Electrocardiography is the second of a three part series that presents Electrocardiography. Electrocardiography Part II presents Basic Arrhythmia Recognition. In this program you will be given complete presentation from Sinus Rhythms, Atrial Rhythms, Junctional Rhythms, Ventricular Rhythms and Disorders of Conduction.All of the rhythms can be put in motion by a simple mouse click!

The Comprehensive Rhythm Recognition Quiz contains a rhythm bank of 67 rhythms obtained from all sections of Electrocardiography - Part II. The rhythms are generated in a randomized fashion and feedback is given for correct choices as well as incorrect choices. The user may leave the quiz at any time and view his/her score or continue until all 67 rhythms have been identified. This section features the option of printing a score report after completing the quiz."; 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 = ''; } }