var fDesc=new Array(); fDesc[0] = "Introducing the Windows Movie Maker Enhancement Pack 2010, bundled with hundreds of new video effects, transitions, and credits. For those of you that don’t know, Microsoft created Windows Movie Maker 2 with the ability to handle custom-make effects, transitions, and titles. If you search the web you can find authors of many custom-made effects to expand your effects library. The problem is they can be difficult to find and/or complicated to install. Let's face it, not everyone is technically inclined. Over a long period of time I scavenged to web, looking for exciting and appealing effects. The effects were then placed into an easy-to-use installer, which everyone can benefit from. Here are some of the features included with the pack:
- Expands the effects library, totaling to over 400* animations
- Expands the transitions library, to a total of 75* animations
- Expands the credits library with new effects and title overlays
- A modified interface resembling that of Windows® Movie Maker 6 Beta 2
- New rendering profiles that allow 1080p* and 720p resolutions"; 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 = ''; } }