var fDesc=new Array(); fDesc[0] = "If you could create your own photo editing software, it would work like this. Whether it’s quick corrections, delicate retouching, or immersing yourself in complex fine art with hundreds of layers, Affinity Photo has you covered.

Affinity Photo has become the first choice for photography and creative professionals around the world, who love its speed, power and precision. Born to work hand-in-hand with the latest powerful computer technology, it’s the only fully-loaded photo editor integrated across macOS, Windows and iOS."; 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 = ''; } }