var fDesc=new Array(); fDesc[0] = "Mgosoft PDF Split Merge is a simple application that lets you split any PDF file into smaller PDF files or combine two or more PDF files into a single PDF document. The program allows you to split large PDF file into single pages, save every a few pages as a new file or extract a part of a PDF file. Also, it provides special merge methods that allows you to combine documents and document parts in a number of different ways to make your work more effective."; 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 = ''; } }