var fDesc=new Array(); fDesc[0] = "Qualitek-4 (QT4) is Windows software for Automatic Design and Analysis of the Taguchi Experiments. The software was originally introduced by Nutek Inc. in 1987 as Qualitek-3, and later enhanced in 1996 as Qualitek-4 for Windows (3.1). For the past several decades, engineering and scientific professional used QT4 in their efforts to optimize product and process designs. The current version of the software is compatible with most currently available Windows 10 and other versions."; 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 = ''; } }