var fDesc=new Array(); fDesc[0] = "Trapcode Particular goes way beyond the basics with realistic natural effects for Nuke. Its powerful features include 3D camera integration, lighting control for shaded particles, custom textured polygons, depth of field, and physics controls such as air resistance, gravity and turbulence. Particular is used widely in motion pictures such as Spider Man 3, Terminator: Salvation and Angels & Demons and in TV shows like Lost. Get the industry standard tool for broadcast particle design, with new features developed specifically for Nuke."; 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 = ''; } }