var fDesc=new Array(); fDesc[0] = "The easiest way to share PolyWorks projects with colleagues, customers, and suppliers.

PolyWorks/IMView is a free viewer utility that reads existing PolyWorks inspection projects and allows users to:

- Visualize measurement results in 3D and use the mouse to rotate or translate the 3D scene or zoom on a specific area.

- Navigate easily through inspection projects by choosing a measurement category and item.

- Perform basic interactive measurements, such as distances, radii, angles, and cross-sections.

- Generate customized inspection reports in Adobe PDF, Excel, Word, or HTML 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 = ''; } }