var fDesc=new Array(); fDesc[0] = "PDF Index Generator is a powerful tool to generate an Index for your book. The program parses your PDF, collects the index words and their location in the PDF, then writes the generated index to a PDF or a text file you specify. The main target for PDF Index Generator is to automate the process of generating the book index instead of doing the hard work manually."; 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 = ''; } }