var fDesc=new Array(); fDesc[0] = "Format closely follows the computerized credentialing clinical simulations. For teaching purposes, the pediatric clinical simulations may contain more sections than the actual credentialing clinical simulations. Respiratory Pediatric Clinical Simulations provide a detailed score report that includes the IG score, DM score, total score, proficiency score, efficiency score, errors of omission score, errors of commission score, and overall competence score."; 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 = ''; } }