var fDesc=new Array(); fDesc[1] = "for everyone with very few computer skills to show ideas or products in a tidy way, using text, images, sounds and transitions. It can even be connected to a projector to view the presentations on a large screen."; fDesc[2] = ", comparison, red-eye removal, emailing, resizing, cropping and color adjustments. It supports all kind of images format and also includes new tools for drawing on the imagery, fixes, optimization."; fDesc[3] = "transitions effects. The interface is friendly and contains a number of assistants to guide those who have just began. You can save files to disk or burn them directly to a DVD. It may be somewhat limited for those seeking complex issues."; fDesc[4] = "videos and photos; enabling the user to add titles, transitions, music, and special effects. The work done can be saved on DVD or be uploaded to the web."; fDesc[5] = "it, then AVS Video Editor is one of the best options you could choose. This easy to use and powerful video editing tool will let you to import your home videos, sounds, images, create movies, apply many transitions and video effects, and even save your projects as professional DVD videos."; fDesc[6] = "animation for your Web site and PowerPoint presentations. The program includes animation Wizard that walks you through creating an animation sequence."; fDesc[7] = "video and audio to add to your project. Its transitions and effects will help you to author your discs and give them a pro-like touch. Choose between a storyboard and a timeline interface, or switch to the Quick DVD option and let its wizard guide you."; fDesc[8] = "favorite sound track, your photos and videos together to form a slide show full of effects, transitions and life. You can play the slide show in your media player or upload to the YouTube directly."; fDesc[9] = "shadows, transition effects, special effects, shadows etc. The software has a configuration window that helps to set the options based on user’s choice. There is a help wizard that guides the users through the options during the first time setup."; fDesc[10] = "and mp3 files, then this free application could be an excellent option to choose. Foto2Avi is a basic video editor that will let you apply transitions and simple video effects to your projects, as well as animations and subtitles."; fDesc[11] = "and audio. It includes two preview windows and a timeline to make your editing tasks easier. You can add video effects, transitions, background audio, etc., and export your project to your favourite portable device or in a format suitable for burning to disc."; fDesc[12] = "transitions to create an incredible slide show. With a lot of impact and show. You can also burn your movies that you have created to DVD or better yet, publish them to the web."; fDesc[13] = "screensaver in seconds. Its interface is very simple and easy to use. It is written in German, but it is so intuitive that you will not have any problems configuring it to your liking."; fDesc[14] = "users can create customized visual effects, as well as perform a color correction, brightness and contrast adjustments, gain crop support, and more."; fDesc[15] = "choose among more than 80 different transitions that can be adjusted to the speed that you prefer. The Dcat Screen Saver has a very good audio player built-in. It will allow you to play your favorite music in MP3, WAV and Module formats."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }