var fDesc=new Array(); fDesc[0] = "Everything you need to manage your Lean Six Sigma and improvement projects in one application.
Manage your projects with a single application that gives you all the tools and guidance you need.
Build a project using a complete set of tools and save everything in one file.
uality Companion shares all data throughout your entire project and centralizes it in one location.
Define your project phases and organize, launch and manage all your tools.
Map your processes to identify ways to streamline, eliminate waste, and add value."; 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 = ''; } }