var fDesc=new Array(); fDesc[0] = "PDF File Merger Splitter is software which helps you to split and merge Acrobat files into multiple or single PDF file(s). Tool can be used to split or merge composite PDF documents to pieces according to page numbers of PDF files. PDF File Merger Splitter is a simple, lightning-fast desktop and easy to use program that lets us combine two or more image files or Acrobat PDF files into a single PDF document. PDF File Merger Splitter provides special spilt and merge methods that allow you to combine or break documents and document parts in a number of different ways to make your work more effective and efficient."; 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 = ''; } }