var fDesc=new Array(); fDesc[0] = "Babtec CAQ offers you all-in-one solutions for all tasks that occur in advance planning of quality processes, Quality Assurance and Project Quality Management. Its systematically interlinked features will support any quality-relevant processes along the value-added chain of manufacturing companies. These solutions follow the project principle, i.e. they can be customized according to individual companies' requirements. Thus, the strategy of efficiently developing BabtecCAQ to the benefit of all users can be followed just as well. This concept ensures that your investment is kept secure."; 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 = ''; } }