var fDesc=new Array(); fDesc[0] = "DQS auditor provides an end-to-end solution for your organization's internal auditing needs.

Features:

-Generate audits based on protocols including ISO9001, ISO14001, OHSAS18001
-Audit data can be easily shared among auditing staff
-Detailed reports
-Customized audit protocols (questionnaires) can be created for your organization's specific needs
-User friendly - users do not require extensive training to learn the product
-Manage audits of multiple business units within your organization
-Comprehensive help documentation
-Free telephonic & email support"; 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 = ''; } }