var fDesc=new Array(); fDesc[0] = "Keying Suite is a complete set of professional tools that make your keying look seamless and sells the realism of your composite. The program offers results for basic keying situations as well as multi-step composites and difficult shots like low light or choppy footage. It provides a wide range of powerful features like spill removal, edge detail and wire rigging."; 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 = ''; } }