var fDesc=new Array(); fDesc[0] = "GenArts Tinder for After Effects and Combustion allows users to enhance the ability of their compositing platform with over 70 2D plug-in FX. Choose from hundreds of presets for quick effects of alternatively create custom unique effects using each tools adjustable parameter for amazing creative versatility. Tinder includes tools to create organic effects, blurs, generators and warps allowing users to unleash unlimited creative possibilities."; 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 = ''; } }