var fDesc=new Array(); fDesc[0] = "It's a full-featured photo editor that works as a plug-in to Adobe Photoshop and Lightroom, or as a standalone application. Browse and manage photos wherever you keep them; on your computer, an external drive or cloud service. Photo 10 includes the necessary tools to manage and edit your photos with non-destructive Smart Photo technology. Enhance color and detail, improve portraits, add effects, share, or swap faces and backgrounds easily. Photo 10 is a full featured editor."; 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 = ''; } }