var fDesc=new Array(); fDesc[0] = "ARTS PDF Aerialist X Pro builds on the strong foundation established by ARTS PDF Aerialist X with an all-new watched folder processing engine, automatic keyword and index link creation, advanced table of contents generation and unique image and layer manipulation tools. Suitable for government agencies and industries, including legal, finance, pharmaceutical, IT and publishing, ARTS PDF Aerialist X Pro helps power 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 = ''; } }