var fDesc=new Array(); fDesc[0] = "Convert and resize your pictures and photos with a few clicks !!
Quick and easy!
Ideal for webmasters
Unique ability to resize with a maximum kilo-bytes target!

All in one screen, fast and easy

Prefix or suffix the files (useful for thumbnailing).
Convert to multiple formats (JPEG, GIF, PNG, TIFF, PSD, etc...).
Change resolution, with or without aspect ratio.
Limit the target size, allowing to choose the best resolution.
Change program priority to a lower state, allowing your computer to keep it's reactivity during a conversion.
Add files, folders, automatically add subfolders, use drag&drop from Windows Explorer.
Convert pictures in their own folder or in a targer folder.
Convert and send by email (With the KB limite, your emails will always be light and successfully delivered)
Add a copyright on each picture"; 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 = ''; } }