var fDesc=new Array(); fDesc[0] = "Photo Resize Magic is a useful and easy-to-use tool for digital camera owners. This free
software allows you to resize and convert your digital photos. You can convert your large "print quality" photos to compact "screen size". Then you can send these compact photos to your friends by e-mail, upload to a web site, etc. Add some visual effects to your photos too and process many photos at once.

Photo Resize Magic supports all popular digital photo formats (JPEG, TIFF, etc.) and offers
quality photo resize methods. You can use "Single Photo" and "Multiple Photos" modes."; 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 = ''; } }