var fDesc=new Array(); fDesc[0] = "fastImageResizer is a very useful tool which can help you to resize your images.

Main features:

Multicore processor compatible
-Resize images to any size quickly and in high quality
-Create thumbnails for your website images
-Resize Algorithm quality and JPEG quality configurable
-Create resized files in new folder, or in the same folder as the source
-Use EXIF information to rotate your pictures to the correct orientation
-Copy EXIF info from source image"; 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 = ''; } }