var fDesc=new Array(); fDesc[0] = "PDF Split/Merge is a stand-alone tool for splitting, merging PDF documents.
The split functionality lets you split one or more PDF files based on page groups, page ranges. The merge functionality lets you quickly combine a collection of PDF documents and page sets.
PDF Split/Merge is offered as an easy-to-use GUI (Graphical User Interface) application, and command-line application."; 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 = ''; } }