var fDesc=new Array(); fDesc[0] = "Complex machining operations and multiaxis machines increase the risk for programming errors which can result in incorrect or incomplete material removal, interference between machine components and fixtures, and damage to the part and/or the machine. IMSverify provides a unique NC verification solution for checking the postprocessed code that will run on the machine not simply the APT or CL file verified within the CAM system."; 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 = ''; } }