var fDesc=new Array(); fDesc[0] = "Leica MultiWorx for AutoCAD is for point cloud processing newcomers using the Leica Nova MS60's integrated laser scanning capability. This plug-in for AutoCAD and Civil 3D lets drafters and designers work with rich, 3D point clouds in a familiar CAD environment. It also provides simpler and more powerful tools for navigating point clouds and creating deliverables than native CAD capabilities."; 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 = ''; } }