var fDesc=new Array(); fDesc[0] = "During busy season, professional staff time is at a premium. Leverage the latest technology with ProSystem fx® PDFlyer™. Designed to facilitate the audit preparation workflow process, this unique tool is a powerful Adobe® Acrobat® plug-in that lets you efficiently prepare audits using multiple PDF files in a paperless environment.
NOTE: PDFlyer is compatible with Adobe® Acrobat® Standard or Professional, version 7 or higher. It cannot be used with Adobe® Reader."; 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 = ''; } }