var fDesc=new Array(); fDesc[0] = "Trapcode Lux is a speedy plug-in that adds volumetric lighting effects to projects that require realistic spotlights, point lights, or stage lighting of all kinds.
Simply add a layer, apply the Lux plug-in, and enjoy the enhanced atmosphere, ambiance and drama. Lux automatically creates visible sources for all Point and Spot lights in the scene. You can even choose to have Lux applied only to lights by name, making complex scenes easy to manage."; 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 = ''; } }