var fDesc=new Array(); fDesc[0] = "AT Sigma SPC is a powerful software that analyzes data based on statistical process control, usually referred to SPC, and will provide it's user with instant, accurate, automated and headache free results.
Applications can be interactive with user input, partial auto-collection or completely automated with no user interaction. Data is read ultimately from a database structure, therefore no import/export cycle is needed. AT Sigma SPC reads the data directly saving time and steps."; 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 = ''; } }