var fDesc=new Array(); fDesc[0] = "Well Path 32 Bit, Is a directional drilling program along with a planned well path trajectory. The program allows you to design a new directional well path.

The TVD is auto calculated along with direction well path trajectory. You have the option of importing a survey for the Directional Drilled Section, this is compared to the planned well path trajectory. The data from Well Path can also be exported and used to import data to the Casing Design program saving a lot of manual inputs. The program compares the actual directional drilled well to the planned well path.

Your contact name and email are needed for downloading a free trial."; 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 = ''; } }