var fDesc=new Array(); fDesc[0] = "PDF Merger Deluxe was developed to easily and quickly merge single or multi-page PDF files into one single multi-page PDF file. And since it also gives you the ability to select the pages from each document individually, you can pick and choose which PDF pages you want to merge or take out of a merged document. Stand alone application - This does NOT require Adobe Acrobat."; 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 = ''; } }