var fDesc=new Array(); fDesc[0] = "PDForsell is a free software that allows you to merge, rotate, and split PDF files. PDForsell also comes with some handy features that should help you with basic PDF editing.

Among other things it allows you to split or merge your PDF files and quickly change the order of the pages in PDF file.

PDForsell is a new software but one can see that it has a lot of potential. If you’re constantly reading PDF documents then PDForsell is worth a try."; 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 = ''; } }