var fDesc=new Array(); fDesc[0] = "Free Photo Resizer is the solution with high quality resizing filters and ability to watermark them with adjustable image or caption text.

Smart Free Photo Resizer is also a simple batch image and photo conversion program that converts separate images into different graphic formats in accordance with the set parameters. In this way, you can make them suitable for uploading to the web and emailing."; 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 = ''; } }