var fDesc=new Array(); fDesc[0] = "With more than 1,500 customers worldwide Q-Checker is the world leading system for quality assurance in virtual development.
Q-Checker, when operated from the early beginning in the design phase, will support cross engineering as well as model reuse in new projects and downstream. Key to a successful implementation is the integration and adaptation to companies‘ PLM processes. Q-Monitor allows statistical assessments to establish a continuous improvement process for PDQ. In CATIA V5, methodology checks cover a new important area of model integrity beside geometry and standard criteria."; 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 = ''; } }