var fDesc=new Array(); fDesc[0] = "Zip & Resize Photos makes JPEG image files and can use WinZip to create ZIP archive files. Zip & Resize Photos works as a standalone application as well as an add-on to WinZip. The another important feature of Zip & Resize Photos is ability to edit photos preserving their original quality. Zip & Resize Photos contains our most advanced JPEG compression engine and technology specially designed to preserve the original picture quality of your digital photos. You can use Zip & Resize Photos to edit photos, resize, crop, remove red eyes, add text and watermarks, and more. Zip & Resize Photos is the solution for anyone wanting to edit or compress photos and preserve their quality."; 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 = ''; } }