var fDesc=new Array(); fDesc[0] = "Movavi Photo Editor is an easy-to-use image editing tool with Artificial intelligence. It can help you remove unwanted objects and people from photos, fix old and damaged photos, add color to black&white images, and remove image noise on scanned photos. You can easily load your portraits and smooth out skin texture, put on lipstick, change eye color, and dye your hair."; 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 = ''; } }