var fDesc=new Array(); fDesc[0] = "Using Dräger GasVision software, all datatlogger results can be collected in one location. This provides safe, secure and easy access to the right data at any time. Moreover, the collected data and information can be evaluated using GasVision. ​Dräger Safety offers software for the professional configuration and calibration of Dräger gas measuring devices. With CC Vision, it is possible to adjust some settings of the device, as required, and to calibrate the sensors."; 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 = ''; } }