var fDesc=new Array(); fDesc[0] = "Qualica Planning Suite for Design for Quality By Design provides researchers and process engineers with a fully integrated method and documentation toolkit for their Quality By Design project. Qualica Planning Suite for Quality By Design captures all core information about your Quality By Design project.

All planning and risk management tools such as FMEA, Scorecards, Route Selection Matrices and Control Plans can be fully integrated into the project. Project templates can easily be customized to reflect your organization’s Development Process."; 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 = ''; } }