var fDesc=new Array(); fDesc[0] = "ShaderTFX is a custom plug-in for Windows Movie Maker v6 (Vista). It extends the range of features available within Movie Maker by providing a framework for creating custom effects and transitions with shader files (.fx) and XML code (.xml). ShaderTFX is built on top of the new GPU processing architecture of Movie Maker in Vista and supplements the built-in effects architecture by extending it to be applied on Transitions as well as Effects.

Main Features:

- Advanced Chroma key (Greesnscreen/Bluescreen)

- PIP (Picture in Picture)

- Gradient Wipes / SMPTE wipes based on gradient images.

- Custom Overlay and Borders

- Split Video

- ColorMask and ColorPass filters"; 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 = ''; } }