var fDesc=new Array(); fDesc[0] = "LViz is a tool developed by Jeffrey Conner in the Active Tectonics Research Group at Arizona State University. Designed for 3D visualization of LiDAR / ALSM point and interpolated data, the tool offers import of LiDAR point cloud data.LViz also offers texture mapping and user control over display settings such as data and background color."; 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 = ''; } }