var fDesc=new Array(); fDesc[0] = "Voxler transforms your data into comprehensive 3D models that ease decision making and communicate key information to stakeholders and clients. It can present data in various formats like Borehole (well), Surface, Point cloud, LiDAR, Contour, Block, Streamline, and Vector. You can ontrol every aspect of your model down to the smallest details; it gives you complete control over opacity, lighting, and texture options."; 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 = ''; } }