var fDesc=new Array(); fDesc[0] = "Leica CloudWorx for PDMS is a program that provides a dynamic and flexible way to work efficiently with large as-built point clouds within AVEVA’s powerful VANTAGE PDMS 3D design platform. CloudWorx for PDMS is an effective and efficient point cloud management application that allows PDMS users to design and visualize in context with reality and generate accurate as-builts."; 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 = ''; } }