var fDesc=new Array(); fDesc[0] = "NewBlue Light Blends is a collection of truly original and dazzling techniques that will electrify your story with stunning light flairs, orbs, rays, strobes and more. You’ll discover that there's nothing more effective and impactful than using light for scene transitions, and Light Blends will be among your staple tools.

This collection includes: Glow Pro, Light Bender, Light Ring, Neon Lights, Photon Blast, Plasma Glow, Psycho Strobe, RGB Shift, Scanner, Traveling Rays.

Light Bender mutates between scenes with shifting, curved flares that radiate from the highlights in the imagery."; 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 = ''; } }