var fDesc=new Array(); fDesc[0] = "Blaine's Transition Pack 3 (Paper Fold) is a set of transitions for Windows Movie Maker 6.0. These transitions require the use of Rehan's ShaderTFX add-on. After installing this pack and restarting Windows Movie Maker, 7 new Paper Fold transitions with corresponding icons should be available on your WMM. They all look like the screen is being folded down the middle and then it opens up to the new clip. The only difference between the clips is the color background that appears."; 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 = ''; } }