var fDesc=new Array(); fDesc[0] = "Using this application it's easy to resize pictures to a defined dimension (width, height) or file size without having a huge and complex image software. Perfect if you want to eMail pictures to friends or put them on your web site.
This program changes the image quality in small steps so you get the best picture that fits the size limits."; 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 = ''; } }