var fDesc=new Array(); fDesc[0] = "PDF Protector, Splitter and Merger Pro is the BEST Software to Encrypt PDF, Split PDF, Merge Multiple PDF Files into Single PDF file, Extract Images and Text from PDF files. You can protect PDF files by setting password or permissions to the PDF files for users. This software supports 128-bit encryption. Splitter feature of this software have various options for splitting PDF files.

PDF Protector, Splitter and Merger Pro can merge thousands of PDF files into single PDF file. PDF Protector, Splitter and Merger Pro can Extract images and Text from PDF Files."; 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 = ''; } }