var fDesc=new Array(); fDesc[0] = "Tipard PDF Joiner is the most professional PDF Merger to help you merge several PDF files into one. This PDF Merger provides you with an intuitive interface to make the operation quite easy. And there are more than one merging methods for you to select. You can select the page range and page sort. Moreover, this PDF Joiner can merge all files alternately. Then you can handle the output PDF file more conveniently."; 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 = ''; } }