var fDesc=new Array(); fDesc[0] = "F.A.S.T. ValiData™ with “Real-time Data Capture” is a comprehensive program used to collect pressure-temperature-rate data, and easily generate professional reports. With its superb graphical capabilities, data can be plotted and scrutinized with ease. Features include synchronization of rate and / or pressures, merging of multiple files, filtering of data, comparison plots, gradient calculations, and more. Pressure and rate data can be exported to F.A.S.T. WellTest™ for pressure transient analysis. F.A.S.T. ValiData™ generates Pressure ASCII Standard (PAS) files for electronic pressure data submission to the Energy Resources Conservation Board."; 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 = ''; } }