var fDesc=new Array(); fDesc[0] = "PDF Content Extractor Pro can process a batch of PDF files at one time and save the output image files to various popular formats. It also provides image size filters, and a built-in PDF viewer function to allow you to see PDF content before saving the files. Several output image types are supported such as JPG/JPEG, BMP, PNG, JPEG-2000, TIFF."; 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 = ''; } }