var fDesc=new Array(); fDesc[0] = "RescueNet Code Review electronically captures and organizes resuscitation data collected from ZOLL defibrillators. Code Review provides ECG waveform and CPR rate and depth of compression review to improve training and processes. This version allows customers to track the entire resuscitation process, including ECG and CPR feedback. Data collected from the AED Plus can also be merged with EMS data from the ZOLL M Series® and E Series® for further review."; 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 = ''; } }