var fDesc=new Array(); fDesc[0] = "This quality management tool helps you to understand the EFQM Excellence Model and to perform self-assessments of your company.
The Business Assessment Manager is a tool to perform an EFQM self-assessment. It offers both a quick self assessment and an EFQM questionnaire approach. Questionnaires may be completed by different assessors. The Business Assessment Manager then analyzes the results, offers a wide range of charts and overviews and provides support in preparing final reports containing areas of improvements. This program goes beyond automating a set of predefined questionnaires. Instead, it provides superior support for the full assessment 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 = ''; } }