var fDesc=new Array(); fDesc[0] = "HawkEye takes directional drilling and well planning to the next level with a rich 3D interface, powerful projections and anti-collision reports. The visual impact of HawkEye combined with industry-standard separation factor calculations, plot and report generating capabilities have made this program an indispensable tool for many dozens of directional companies and operators."; 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 = ''; } }