var fDesc=new Array(); fDesc[0] = "Foxit PDF Security Suite delivers cost effective PDF security policy protection to any business running Microsoft Active Directory Rights Management Services. Foxit PDF Security Suite provides an easy mechanism to set permissions for forms fill-in, content modification, workgroup collaboration, password protection, and digital signatures on any PDF document opened in the free Foxit Reader. Automating business processes with PDF forms can save time and money by allowing for the reduction of errors and cost of re-keying, as well as the automatic capture of information in a completely secure environment."; 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 = ''; } }