var fDesc=new Array(); fDesc[0] = "ReliaSoft's ALTA software provides an intuitive and user-friendly way to utilize tremendously complex and powerful mathematical models for quantitative accelerated life testing data analysis. Quantitative accelerated life testing techniques in conjunction with powerful QALT data analysis methodologies give design and reliability engineers the power to significantly reduce test times, which can provide faster time to market, lower product development costs, lower warranty costs and other benefits! ALTA provides a comprehensive toolset for accelerated test planning and quantitative accelerated life testing data analysis, plots and reporting. The software tool is available in two versions and both provide a complete array of utilities for designing accelerated life tests, evaluating the fit of the model, calculating reliability metrics, generating plots and performing related statistical analyses."; 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 = ''; } }