var fDesc=new Array(); fDesc[0] = "Explore and follow free, pre-made public libraries to use immediately in your Creative Cloud apps. Libraries let you share, reuse, and manage the design elements you use most. Jump-start your creativity and speed up your workflow with powerful new features and generative AI in Photoshop, Adobe Express, the Adobe Firefly web app, and so much more. Photography, video, graphic design, illustration, and so much more. Everything you need, wherever your imagination takes you."; 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 = ''; } }