var fDesc=new Array(); fDesc[0] = "A large collection of fine photography filters and effects with a simple push of a button. With several families of filters: Black and white, colorize, creative and tools, the program will apply with a single click surprising effects and image enhancements to your pictures.
With a Random effect generator producing endless variations of your photos, reuse any effect you like in any other images easily and file it for easy access at any later time."; 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 = ''; } }