var fDesc=new Array(); fDesc[0] = "SES is for geologists who are dissatisfied with drafting-tool methods of geosteering. SES is 3D technical geosteering software that makes wellbore stratigraphic tracking quick-n-easy, accurate, and easily shared. Unlike any other geosteering software, SES provides a complete suite of software features to handle all of your horizontal drilling needs."; 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 = ''; } }