var fDesc=new Array(); fDesc[0] = "InStep is a software application that converts from various file formats including STL into STEP format. The software has been redesigned and has grown into a fully flegded tool that includes numerous useful error correction, graphics and user interaction features.

InStep is a software application that converts from various file formats including STL into STEP format. Since its early days when it was known as STL2STEP, it has been redesigned and has grown into a fully flegded tool that includes numerous useful error correction, graphics and user interaction features that make it much more than a mere file converter."; 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 = ''; } }