var fDesc=new Array(); fDesc[0] = "You have the audit analytics technology, now get the most out of your software investment and do more with ACL. Reduce the time it takes to learn and adopt new technology. Our certified training will help you:

Learn time saving techniques and gather new ideas on how to improve your business processes and increase your productivity with ACL
Gain the ACL skills you need to help contain costs, minimize losses, assure compliance with internal controls, and reduce financial and operational risk
Discover efficient ways to automate repetitive monitoring tasks, freeing you to concentrate on other activities that require your critical thinking and judgment
Learn from ACL certified trainers who are experts in their field of study and who provide the most comprehensive instruction available on ACL software"; 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 = ''; } }