var fDesc=new Array(); fDesc[0] = "ReCap 360 allows you to import, view, and convert point cloud data. The program unlocks the power of using Reality Data with better measurement, enhanced markup, greater collaboration, search and automated registration. It features: photo to 3D in full resolution, 25 GB of storage space, 50 cloud credits per year, 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 = ''; } }