var fDesc=new Array(); fDesc[0] = "MEASUREspy reduces the need for manual data entry, which increases your company's quality assurance. By working with the complex devices used in manufacturing industries, MEASUREspy makes critical data quickly available for analysis with SQCpack or other software programs

MEASUREspy SPC software bridges the communication gap between complex data from measurement devices and data analysis software. MEASUREspy can easily find the important data in complicated, structured output, such as files from CMMs."; 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 = ''; } }