var fDesc=new Array(); fDesc[0] = "A-PDF Image Extractor is a simple, lightning-fast desktop utility program that lets you extract images from Acrobat PDF files. You can reuse or edit the image files later. A-PDF Image Extractor can process a batch of PDF files at one time and save the output image files to various formats. It also provides image size filters, and a preview function to allow you to delete unwanted images before saving the files"; 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 = ''; } }