var fDesc=new Array(); fDesc[0] = "PC-PUMP allows users to perform quality analyses, designs and evaluations for downhole progressing cavity pumping applications.

Main features:
- Exhaustive database of standard and vendor equipment.
- Quick conversion to and from Metric and Oilfield units.
- Enhanced design tools module includes equipment specification and well survey."; 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 = ''; } }