var fDesc=new Array(); fDesc[0] = "Blaine's Blends (Translucency and Compositing) is a great application developed by Blaine's Movie Maker Blog. With Blaine's Blends (Translucency and Compositing) you can add effects such as translucency and compositing. For compositing (A add B), the best result can come from, one clip that should be on a black background. Things like explosions, flames, snow fall, raindrops, etc. work best."; 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 = ''; } }