var fDesc=new Array(); fDesc[0] = "Create PDF files with password features and access control.

A quick solution for creating real PDF documents with password features and access control. You can add security to your files with Real PDF Generator's 128-bit encrypted password features. You can also restrict viewing, printing, editing, or copying of documents to only individuals with the correct password.

The PDF documents created with Real PDF Generator are fully compliant to the Adobe PDF Specification, full-text searchable and totally vector-based."; 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 = ''; } }