var fDesc=new Array(); fDesc[0] = "Share and view inspection results and a multitude of 3D scan data and CAD formats with Rapidform EXPLORER. This free viewer application, based on Rapidform XOV, opens every popular 3D scanner file format, as well as STL, OBJ, IGS, STP and Parasolid formats. EXPLORER is especially useful for viewing the results of inspections created in Rapidform XOV. It displays everything created in XOV, including deviation color maps, dimensions and tolerances."; 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 = ''; } }