var fDesc=new Array(); fDesc[0] = "Adobe Photoshop Elements makes it easy to edit photos, using its step-by-step guidance, automated editing options, and Adobe AI. You can simply follow the 60 guided editing modes to perform basic tweaks and apply artistic effects to your images. Built-in prints and gifts service can be used to create and order gallery-quality wall arts, photo prints, and other unique gift items.

Adobe Sensei AI technology features one-click object selection and background removal, facial recognition, color enhancement, smoothing of skin textures, and photo to art conversion."; 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 = ''; } }