var fDesc=new Array(); fDesc[0] = "RODSTAR-D is the most powerful and easiest to use design computer program for deviated rod pumping systems.

It has many powerful features including:

- Very easy input of deviation surveys from an Excel spreadsheet, a RODSTAR-D well file, or from Optical Character Recognition (OCR) software.

- You can enter a target production rate (or IPR data) and have the program automatically calculate the pumping speed, plunger size, rod string design, pumping unit size, and motor size you need.

- Produces concise and easy to use output reports that also display onscreen the same way they print.

- Can run in batch and summarizes the results of many runs in a spreadsheet that automatically loads into Excel ® .

- Helps you visualize wellbore deviation with a sophisticated and interactive 3-D plot and a lot more."; 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 = ''; } }