var fDesc=new Array(); fDesc[0] = "iRedSoft Image Resizer is a windows-based program which resize and converts JPG, BMP, PNG, JPEG 2000 and GIF images. Does the work fast and easy. Supports Ratio Aspects, retain EXIF/IPTC header, resize by pixel dimensions or ratio and add shadow effect. It supports adding of text captions to your images with ease. You can use it to even rename your images files to something which makes sense to you. Great tool for digital photographers and web designers. Now supporting both 32 Bit and 64 Bit Windows natively."; 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 = ''; } }