var fDesc=new Array(); fDesc[0] = "PDF Split Merge - The Fast and Easy way to split and merge PDF documents. It is a stand-alone windows application that can be used to split and merge your PDF files. It allows you to split large PDF files into smaller PDF files and merge one or more PDF files. The split functionality lets you split one or more PDF files based on page groups and page ranges. The merge functionality lets you quickly combine a collection of PDF documents. Adobe Acrobat is NOT required."; 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 = ''; } }