var fDesc=new Array(); fDesc[0] = "Go from quick photo fixes to total transformations with Adobe Photoshop Elements. Photoshop Elements makes creating and editing fun at any level. Whether you want to fine-tune the details or give your photos a whole new look, start with these popular edits. Make simple adjustments, custom creations, or eye-catching effects with 62 step-by-step Guided Edits. Present your best pics in automated Photo Reels, collages, slideshows, Quote Graphics, and more. Access, view, edit, and share your photos with Elements companion apps. And now, try creative overlays in the web app and one-click fixes in the mobile app."; 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 = ''; } }