var fDesc=new Array(); fDesc[0] = "Video Essentials VII is a plugin collection with 10 incredibly sophisticated plugins. Using this program, you can inspect a particular region of your footage with multiple scopes, avoid tedious keyframing when applying pixelation, generate gradients over alpha assets, separate your image into high and low regions, or make quick work of a pan and zoom on still or video."; 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 = ''; } }