var fDesc=new Array(); fDesc[0] = "ImagePresso can reduce the storage size of photos, without compromising the resolution or quality. It is designed for working with standard JPEG and PNG image formats. Batch option lets you quickly compress and save multiple files or entire folders at once. Output files are saved in the same format, and can be viewed & edited by any photo editing tool."; 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 = ''; } }