var fDesc=new Array(); fDesc[0] = "Extract Jpeg Bmp Psd from Pdf offers you a full solution for extracting Image files from Pdf files in a trouble-free manner. This simple application developed specially is to instantly extract a wide variety of image files including Jpeg, Bmp and Psd from Pdf files. User-friendly interface allows you to operate this utility tool very easily and with just a few simple steps the process of extraction can be finished. After conversion, excellent image quality can be ensured with ease of conversion and speedy processing."; 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 = ''; } }