var fDesc=new Array(); fDesc[0] = "The following effects can be used to give your video more of a "film look". There are 9 different film looks available. These effects work with Windows Movie Maker 6.0 (either under Vista or Windows 7).
Features:
- Film Look - Bleach Bypass - simulates a common film printing process that results in higher contrast, lower saturation.
- Film Look - Contrast - a higher contrast film look.
- Film Look - Desaturation - a lower saturation film look.
- Film Look - Enhance Colors - 6 color profile enhancements."; 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 = ''; } }