var fDesc=new Array(); fDesc[0] = "FileOpen Systems provides plugins for Adobe Acrobat™ and Adobe Reader™. These plugins perform decryption of PDF files encrypted using our software. The plugins are available for several platforms and may be installed in a variety of ways.

FileOpen's DRM tools have been adopted by a number of large corporations for both internal and external document protection. Thanks to the FileOpen software's streamlined architecture and compatibility with the ubiquitous Adobe Reader, it has become the solution of choice for IT environments that are often hostile to unknown applications and document formats."; 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 = ''; } }