var fDesc=new Array(); fDesc[0] = "PDF Split and Merge is a very simple, easy to use, free, open source utility to split and merge pdf files. It’s released in two versions: basic and enhanced. Includes a console and a GUI interface.
Basic version is very simple and stable. It’s completely free and it covers most of your needs.
Enhanced version is open source and has more features than the basic version. It’s “almost” free, you can download the source code, compile and use it or, if you think it’s worth it, you can make a donation."; 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 = ''; } }