var fDesc=new Array(); fDesc[0] = "PDF Protector, Splitter and Merger gives you multiple options to encrypt your PDF files in single process such as you can set Owner Password and User password with Specific limitations for user.

PDF Protector, Splitter and Merger can split a PDF file according to your requirement,there are lots of option to split PDF file i.e user can split PDF File into Single Pages or user can split only EVEN or ODD pages from PDF file and this software allow user to split PDF file from a specific Page Range or user can Delete some pages from a PDF file.

This tool can merge thousands of PDF files into single PDF file."; 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 = ''; } }