var fDesc=new Array(); fDesc[0] = "ProRAE Suite allows datalogs and configuration settings for supported RAE Systems detectors to be downloaded to a computer.
This version of the software allows the user to:
* Download datalogs
* Download configuration settings
* Change and upload new configurations settings
* Upgrade detector firmware
This software version supports the new H2S sensor type 1000ppm range."; 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 = ''; } }