var fDesc=new Array(); fDesc[0] = "Photo Editing & Saving Wizard for Photoshop is a product based on our Advanced JPEG Compressor. It is the perfect solution to perform:
Base photo editing tasks
Finish photo editing in Adobe Photoshop
Create quality JPEG files
A lot of compression and resizing options let you save JPEG images with any size you need, providing the maximum quality possible. Our advanced technology and JPEG encoding engine allow you to edit and save photos preserving their original picture quality. Using Photo Editing & Saving Wizard is the best way to get your pictures ready for printing, sharing or storing. You can easily do batch processing with multiple images."; 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 = ''; } }