var fDesc=new Array(); fDesc[0] = "Motion Tween is a video transition for Adobe Premiere Pro CC that can move around your logos, titles, and lower thirds. You can animate any type of graphic element without the need of key frames and you have numerous options for adjusting the motion curve. The powerful render engine can produce a dazzling mount of motion blur to emphasize the action."; 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 = ''; } }