var fDesc=new Array(); fDesc[0] = "Blaine's Bloom/Negative EffectsHere's a couple new effects for the Vista version of Movie Maker. The first two effects are called 'Bloom In' and 'Bloom Out'. If you use Bloom Out at the end of a clip, and Bloom In at the beginning of the next, you can get a cool transition, that you've probably seen a lot on TV. They create a bright glare to come from lighter items in the video. The other effect is a Negative effect which reverses all the color values."; 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 = ''; } }