var fDesc=new Array(); fDesc[0] = "Coltop3D is a full-featured software for the structural geological analyses of 3D point clouds. It is designed for the interactive analysis of geological structures from high-resolution LiDAR or photogrammetric 3D point clouds and digital elevation models at local and regional scale. The software is capable of many applications and is optimized for data visualization and structural analysis in different domains, such as structural geology, natural hazards, quarries and civil engineering, and more."; 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 = ''; } }