var fDesc=new Array(); fDesc[0] = "Adolix Split and Merge PDF is a free product that helps you manage your PDF documents. You can merge PDF files and split PDF documents into multiple files following a custom pattern similar to Word printing. Using our freeware you can combine encrypted PDF files with just a few mouse clicks and mix two PDF files in seconds. You can also protect the generated PDF documents, using a password or by adding a watermark image on all pages."; 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 = ''; } }