var fDesc=new Array(); fDesc[0] = "F.A.S.T. WellTest is a pressure transient analysis program that enables you to interpret reservoir-flow characteristics and predict future deliverability based on buildup and short-term drawdown well test information. Diagnostic plots, as well as G Function and DFIT analyses for minifrac tests, are used to identify flow regimes and estimate reservoir parameters."; 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 = ''; } }