var fDesc=new Array(); fDesc[0] = "A high performance point cloud, model and dwg visualisation package, ideal for project visualisation management and presentation.
View huge point cloud datasets easily and quickly with Pointools View Pro.
View Pro gives you the flexibility and power to examine scan data with greater clarity."; 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 = ''; } }