var fDesc=new Array(); fDesc[0] = "RedEye's proprietary viewer, Discover.STL, is an application used to validate STL files for our FDM technology. Use Discover.STL to view STL files for any faceting issues and you can generate slices to help evaluate errors in your STL file. This software will "slice" your STL file and look for any errors that might affect the integrity of your 3D print. File errors will be highlighted in the model to give you a chance to make the appropriate corrections in your native CAD software."; 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 = ''; } }