var fDesc=new Array(); fDesc[0] = "iPubsoft PDF Image Extractor is a desktop utility program that lets you extract images from Adobe PDFs. iPubsoft PDF Image Extractor is a nice PDF tool that enables you to extract all images from every PDF page in one go with no quality loss. You are able to extract the images from PDF and save the exported images into the most compatible image format - JPEG. The extracted JPEG images are guaranteed to be as good as the original ones, no quality loss."; 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 = ''; } }