var fDesc=new Array(); fDesc[0] = "AutoTURN Pro 3D is state-of-the-art CAD software that simulates 3D vehicle turning maneuvers on surface and mesh object terrains. Incorporating the trusted AutoTURN engine together with the patent pending process of generating a three-dimensional vehicle swept path envelope – engineers, architects, and drafters can design and analyze in 3D while accounting for the effects of different terrain, obstacles, and vehicle parameters."; 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 = ''; } }