var fDesc=new Array(); fDesc[0] = "If you've got a large number of PDF files to read, to rename, or even to organize, A-PDF Preview and Move could help you a lot. This simple but powerful program enables you to view content of multiple PDF documents, it also allows to OCR text from pages to rename your files. And the most importantly, the program helps to build different destined directories for different types of PDF documents, the files can be moved to their corresponded folders just by one click."; 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 = ''; } }