var fDesc=new Array(); fDesc[0] = "Photo Resizer is powerful yet easy-to-use software for resizing photos in a quick batch mode. It offers all popular resizing algorithms and converts all format images to jpeg file format. With this free photo resizing software, you can create e-mail friendly versions of your images, load them faster, move them easily from folder to folder, change their format, edit large numbers of image files / batch image resize and thus save space on your hard drive. Using high-resolution pictures for creating wallpaper or file-sharing you can save your disk space or memory. Photo Resizer will never delete or modify your original photos without your permission."; 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 = ''; } }