var fDesc=new Array(); fDesc[0] = "This free viewer application, based on Geomagic Verify, lets anyone view the results of inspections created in Verify, including deviation color maps, dimensions and tolerances. You can annotate and measure distances, angles and radii on both Verify inspection results and any point cloud, mesh or CAD model. Geomagic Verify Viewer also opens every popular 3D scanner file format, as well as STL, OBJ, IGS, STP and Parasolid formats."; 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 = ''; } }