var fDesc=new Array(); fDesc[0] = "Photo Resizer Pro is a simple, quick and easy tool to resize (reduce) any single or batches of photos or images for the purpose of sending it by email, publish it on the web or just to save space on your hard drive.

There is no need to open a photo editor or even an e-mail client for sending it off.

Most cameras add information about aperture, light, comments and much more to the photo. You can delete this to reduce the file size even more.

Resize photos to true color, 256 colors or even grey scale. Or it can be used to enlarge a small image for better viewing using different filters for optimum results.

Print function allows you to print single or a batch of photos, add footers and names, number photos and number pages. You can select the number of rows and columns and the paper orientation."; 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 = ''; } }