var fDesc=new Array(); fDesc[0] = "3DCT Professional™ solves the two major issues in 3D design collaboration and communication.

Features:

-3DCT Professional’s engine, 3DCT Helixx, provides the industry’s best lossless and lossy compression of 3D objects. Object file sizes are typically reduced by 95%. With 3DCT Professional, you can shrink a 6MB 3D object file to just 100k for quick and efficient communication or collaboration.
-Based on your accuracy needs, the lossless compression tool can be set to achieve optimal results. Also included in 3DCT Professional is lossy compression (polygon reduction) with easy to use controls for reduction and feature retention. 3DCT brings these lossless and lossy tools together so you can tailor the compression to your needs."; 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 = ''; } }