var fDesc=new Array(); fDesc[0] = "Leica JetStream Viewer is a light-weight viewer for big data. It can be used as a complement to JetStream Enterprise or as a stand-alone solution for those seeking a light-weight point cloud viewing tool. The program features ultra-high-speed rendering of your point cloud data to instantly open and display an unlimited number of points all the time as you navigate your data set; measurement and visualization tools; saved limit boxes and user coordinate systems when connected to the JetStream Enterprise server; support for BLK360 native HDR imagery via simple slider function, 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 = ''; } }