var fDesc=new Array(); fDesc[0] = "ARTS PDF Aerialist is the leading Adobe Acrobat plug-in for precision PDF document control. Use ARTS PDF Aerialist to assemble new documents; add last minute text, numbering and graphics; correct, audit, edit and add navigational elements like bookmarks and links; and streamline your publishing process by combining tasks and processing large document collections. Suitable for government agencies and industries -- including legal, finance, pharmaceutical, IT and publishing -- ARTS PDF Aerialist helps users efficiently prepare electronic documents for exchange, archives, submission and publishing."; 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 = ''; } }