var fDesc=new Array(); fDesc[0] = "Save pictures from inside documents.

Office Image Extraction Wizard is an app that allows you to easily extract images from many "office type" documents and ebook formats, and store these as normal picture files on your hard drive. Over 40 common file formats are supported (see the list below). Images are extracted in their original format, with no image processing or re-compression being performed, so no quality is lost during the extraction. It does not require MS Office to work."; 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 = ''; } }