var fDesc=new Array(); fDesc[0] = "Blaine's Camcorder Overlay Title is a tool designed to create an overlay that would look like you were recording through a camcorder.
The overlay has a battery icon, a red recording symbol and the word 'REC' which flashes in the corner.
To use the new title:
Go to 'Tools' > 'Titles and Credits' > 'Title on the selected clip'.
Click on 'change the title animation'.
Under your list of one line titles should be two titles:
-Camcorder Overlay (16:9)
-Camcorder Overlay (4:3)"; 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 = ''; } }