var fDesc=new Array(); fDesc[0] = "Plotagraph is a professional image animation software that allows you to bring your still images and art to life. You can animate images and use editing tools, like automated masking, brush masking, brightness and contrast, crop tool, feather tool, and more. You can export your files from small GIFs for e-mail to large 4K files that look good on any large-screen display."; 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 = ''; } }