var fDesc=new Array(); fDesc[0] = "Point Cloud Feature Extraction for Civil 3D provides versatile tools to facilitate the processing of point cloud data. The technology preview is an intelligent point cloud shape extraction solution which allows you to import, load, and extract civil-specific shape and geometry information from point cloud data in AutoCAD Civil 3D."; 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 = ''; } }