var fDesc=new Array(); fDesc[0] = "Ansur Test Executive software utilizes Plug-In modules that work with a wide array of
Fluke Biomedical instruments. The Plug-In module is a software interface that provides
test elements to the Ansur Test Executive program. This scheme allows the use of a
similar user interface for all analyzers and simulators supported by Ansur."; 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 = ''; } }