var fDesc=new Array(); fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos"; fDesc[2] = ", browser cache integration, exe projectors support and playlists."; fDesc[3] = "you to make screenshot from flash frames and save it as a graphic file. The program supports 13 different languages. You can save flash files right clicking on them, or using the provided IE Toolbar."; fDesc[4] = "Ready-to-use Components. It´s capable of importing images, graphics, sound and video from all popular formats. With this program you can export presentations to Flash, Video, GIF Animation or Image Sequence."; fDesc[5] = "your hands to alter SWF files. You can simply modify or completely re-do your SWF movie even if you have lost the original FLA file."; fDesc[6] = "formats. Once you have chosen the file to convert, it will play it, showing you information about the flash version that was used to create it, total length, frame rate, and movie size."; fDesc[7] = "flash, flash video, exe and screensaver. You can edit video, control brightness, contrast, add effects, flip image, trim, crop, merge multiple files to a single output, and configure output parameters."; fDesc[8] = "toolbar to let you save flash movies loaded on the web page being viewed (a new item added to the IE context menu for IE based browsers). Can save all flash movies on the web page. Has flash gallery viewing mode that displays all flash movies on the web page along with their URLs, file sizes and last modification dates."; fDesc[9] = ", any window or a selected region of your screen. You can start the screen recording at any time using a hotkey, and stop or pause the recording that way too. Create presentations, video tutorials and demo videos for software products."; fDesc[11] = "optionally rename it and save the file clip on your computer for future playback."; fDesc[12] = "without losing quality. The program features a very simple and intuitive user interface allowing you to completely customize the compression options to satisfy your needs."; fDesc[13] = "movie. The converting process allowing human interaction on Flash content during conversion."; fDesc[14] = "over the Internet. Its important features are to extract cached movies, images, text and the option for saving them in favorites list for further view."; fDesc[15] = "mouse cursor. This application is very easy to use. Just select an area of the screen or a window you want to record and click on the start recording button. You can stop the recording at any time using Ctrl+Del buttons."; 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 = '...'; } }