var fDesc=new Array(); fDesc[0] = "Spesoft image converter is a free, easy to use, yet substantial utility for batch image, PDF, text and OCR conversion.

Convert between over 75 different image formats. Including vector formats such as EPS and PDF.
Transform images with options for resizing, cropping, flipping and rotation.
Apply effects. Sharpen, Blur, Contrast..
Adjust Brightness, Hue and Saturation.
Simple wizard style interface. Convert 10,000's of images or just one in a few clicks.
Crush your PNG images to the absolute minimum size without losing quality with PNGCrush support.
Optical Character Recognition (OCR). Convert images into text files; with recognition performed after image processing to allow effects and resizing to improve accuracy.
Convert text files into any format including PDF.
Free solution for creating thumbnails, or converting from obscure formats.
Create media RSS feeds from a folder of images.
Available in the following languages: English, French, German, Spanish, Italian, Danish, Swedish, Dutch, Portuguese, and Japanese."; 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 = ''; } }