var fDesc=new Array(); fDesc[0] = "It is an easy-to-use, yet powerful photo editor application. By using it you are able to antique a photo, apply a vignette, and create projects with ease. You can correct your photos with powerful and fast fix tools including red eye, dodge, burn, sharpen, and smudge. Additionally, you can try the auto-adjustments feature for one-click auto color balance, auto levels, auto sharpen, or auto contrast."; 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 = ''; } }