var fDesc=new Array(); fDesc[0] = "Fracpro®PT is the most widely used fracture design modeling software in the world. This powerful tool has the flexibility to handle the tremendous variability of reservoirs, fracturing equipment, materials and procedures.

The software can effectively model any type of pressure stimulation job, including limited entry wells, multiple perforated intervals and horizontal well fracturing. It includes data for formation permeability and reservoir pressure analysis. With FracproPT, you can effectively model fracture growth in any formation: carbonate, sandstone and even coal."; 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 = ''; } }