var fDesc=new Array(); fDesc[0] = "SQCpack is an easy-to-use and scalable SPC solution that includes all the tools you need to comply with critical quality standards, reduce variability, improve profitability, and reduce costs. Whether your operators are manually entering data, or data comes directly from a measurement device, or a combination of both, SQCpack makes quality data collection easy."; 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 = ''; } }