var fDesc=new Array(); fDesc[1] = "DVD from home videos. You can playback digital media files, and make an archive song collection in MP3. You can also backup personal data and legally record DVDs."; fDesc[2] = "in Europe Be a Legend mode, which manage a single player to take him from small teams and benches to the maximum level. The graphics and atmosphere of the stadium was updated and enhanced to complement the experience of PES."; fDesc[3] = "effects and it does this on its own, using pre defined styles. The videos are polished, tightly edited with closeups & synchronization with the music is just awesome."; fDesc[4] = "video files to AVI, MPEG, WMV video files so that they can be played in Windows Media Player or edited by video editing software. Moreover, Freez Flv to AVI/MPEG/WMV Converter is highly customizable and allows you set the output video's bitrate, framerate and output audio's bitrate."; fDesc[5] = "the program asks for the name that we want to add to our album and we can see the demo in the program that teach to us how to use this useful program."; fDesc[6] = "you can take a screen shot of the total screen or only of selected areas. Besides, the resulting images can be easily edited on the main window program."; fDesc[7] = "From your private collection of love songs to entirely homemade video clips – everything's possible! For your songs, music videos, video emails, karaoke shows, funny clips, and much more."; fDesc[8] = "digitize it, open it, complete texts, including lines and check boxes as well as default stamps or personalized stamps. Allows you to create a PDF file of several pages generated by combining pages from different image files."; fDesc[9] = "will be able to view, process and enhance your photos very easily and fast. You can import photos from your digital camera or local folder, apply the effects you want, and then print them out, e-mail them, create a photo book, a slideshow, a screensaver, etc."; fDesc[10] = "fast way. The program has got a friendly interface that will guide any user on how to get his files edited in a few and quick steps."; fDesc[11] = "option to try. With this simple yet versatile program you can take screenshots of any area on your desktop, as well as complete windows. The output images can be cropped, sent by email, or saved on your PC easily."; fDesc[12] = "music can be created, edited and listened to. This program is not restricted for guitarists only. Harmonica, drums, tin whistle, auto harp, violin and diatonic accordion are also other instruments taking advantage of it."; fDesc[13] = "frames, signature, watermarks, logos,etc., and all of these can be done with just a couple of clicks. If you were looking for a free and simple application to resize, crop and add extra effects to your photos, the GoodFrame is a good option."; fDesc[14] = "words, it can take screen shots of the desktop and even capture videos. This can be used for creating screen casts, demos, tutorials, software simulations and videos for the Internet. This version is combined with an extra add-on pack that allows the videos to be edited professionally."; fDesc[15] = "by adding images, tracks information and list, text, time and date, all of them organized in layers that can be separately edited. User can select an image out of the supplied favorite pictures or load another image from any user system folder. It supports JPG, BMP and GIF 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 = '...'; } }