var fDesc=new Array(); fDesc[0] = "Microsoft Photo Story 3 for Windows is a superb application that allows you to create quality sideshows with your pictures using your favorite music and even your own voice to create a narration. Microsoft Photo Story can create with a few clicks the most expressive and emotive sideshow to share with your family and friends, being the best way to keep your memories. It is so easy to use, that even people without experience can create a sideshow. The user-friendly interface will guide you at every step of the process. All you have to do is to pick your favorite photographs, a good song and to give the final result an original touch, add your voice to tell the story of the pictures.
One of the most impressive things about this application, is that the final result, that is the video, is very small for such a good quality. The application allows you to choose among dozens of transition effects, like page curls, flips, and more. You can also give your pictures a new and original look by applying one of the stunning visual effects available, such as watercolor, lack and white, or sepia. The resulting video can be saved in different video formats, such as DVD, VCD or wma, allowing you to choose among different resolutions. Microsoft Photo Story 3 is an excellent application, definitely, a must-have for all PC users."; 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 = ''; } }