var fDesc=new Array(); fDesc[0] = "The DAS Data Acquisition Suite allows the user to program, download data and analyze all of the information. The program features: export of graphs for presentation of results into other programs like Word or PowerPoint, application of calibration formulas to sensors to convert the voltage graph into the desired engineering unit graph, VOD measurements, and more.

MREL provides the internet downloadable Standard Edition of DAS Data Acquisition Suite at no charge to all Customers using MREL’s HandiTrap II™ VOD Recorder, MicroTrap™ VOD/Data Recorder and DataTrap II™ Data/VOD Recorder."; 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 = ''; } }