var fDesc=new Array(); fDesc[0] = "Ansur QA-4X Plug-In is a product facilitating automatic test and inspection with the use of the QA-4M/QA-45 Test instruments, for testing defibrillators. Ansur plug-in module to control the QA-40 Defibrillator Analyzer and/or the QA-45 Defibrillator/Transcutaneous Pacemaker Analyzer.

Ansur Executive application must be installed before any of the plug-ins below. Users need to be logged onto the computer as an administrator when installing Ansur Executive or a plug-in."; 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 = ''; } }