var fDesc=new Array(); fDesc[0] = "NewBlue 3D Transformations delivers eye-popping transitions that twist, fly, fold, bounce and more from one scene to the next. This collection of 165 presets in 13 high energy transitions breaks creative ground with new ways to slice, fly and reassemble your scenes. From a magic carpet ride to hovering pizza boxes, you'll find it all with NewBlue 3D Transformations.
This collection includes: Box Fold, Checker Board, Comb, Flip, Fly Away, Louver Grid, Louvers, Magic Carpet, Page Turn, Pizza Boxes, Rotating Frames, Spiral Bounce, Twist."; 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 = ''; } }