var fDesc=new Array(); fDesc[0] = "WorkPapers is a cross-platform (Windows and Macintosh compatible) audit, investigation, and documentation project management electronic working papers program designed for financial auditors, systems auditors, penetration testers, attorneys, investigators, compliance managers, and others. Most recently, WorkPapers has aided in numerous Sarbanes-Oxley internal control testing projects. If you are a Sarbanes-Oxley project manager or an internal audit manager, and you are still fumbling with Microsoft Word and Microsoft Excel in managing projects, tracking status, and reporting results, then this tool is definitely for you!"; 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 = ''; } }