var fDesc=new Array(); fDesc[0] = "Free PDF Image Extractor can extracts embedded images from PDF files without having to cut and paste them, and saves the files in a wide range of formats, including JPEG, JPEG-2000, TIFF, BMP, and PNG. These extracted images will be in the RGB colorspace, so that you can reuse or edit them with other graphical applications, such as Photoshop, InDesign, web graphics, etc. Free PDF Image Extractor supports password-protected PDFs."; 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 = ''; } }