var fDesc=new Array(); fDesc[0] = "The Laerdal PC Skill Reporting System offers an approach to CPR or CPR-D training with Resusci Anne by integrating the benefits of a desktop or laptop PC to your training. The system includes an extensive student/course administration functionality. When accurate documentation of student performance is a requirement or you would like to run and control multiple manikins from one PC, then this is the perfect tool for you."; 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 = ''; } }