var fDesc=new Array(); fDesc[0] = "HeartCode PALS offers healthcare providers a self-directed learning option that delivers training needed to recognize and prevent cardiopulmonary arrest in infants and children.
With HeartCode PALS you get twelve interactive, realistic pediatric patient scenarios, pre-course self-assessment, team dynamics lesson, and full texts of AHA’s PALS Provider Manual, PALS Core Drugs, and the 2005 AHA Guidelines for CPR & ECC – plus supplementary AHA PALS material and videos available within the program."; 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 = ''; } }