var fDesc=new Array(); fDesc[1] = "photos with friends and family is as easy as pressing a button!"; fDesc[2] = "previewing, and adding comments. Create thumbnails and generate fully customisable HTML index pages ready to be uploaded to your website. Also it supports a wide variety of meta data standads and some movie formats."; fDesc[3] = "effects for the manipulation of audio. This application is ideal to handle audio recording, audio editing, effects processing and media encoding. Users can combine Sound Forge with any Windows-compatible sound card to create, record, and edit audio files."; fDesc[4] = "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[5] = ", resolution changes, cropping the video very easily. AVI ReComp shows every detail of the AVI file you import for re compressing like, video duration, size, bit rate, resolution, frames, fps, audio type, audio channels (mono or stereo), audio bit rate and audio size."; fDesc[6] = "slide shows, import images for background, add different buttons, text, and images. You can change the properties of the buttons, text and graphic objects. You can create chapters to play each movie. Supported video file formats: AVI, MPEG, and VOB."; fDesc[7] = "VirtualDub is a video capture/processing utility for 32-bit Windows platforms (95/98/ME/NT4/2000/XP) , licensed under the GNU General Public License (GPL). It lacks the editing power of a general-purpose editor such as Adobe Premiere, but is streamlined for fast linear operations over video. It has batch-processing capabilities for processing large numbers of files and can be extended with third-party video filters. VirtualDub is mainly geared toward processing AVI files, although it can read (not write) MPEG-1 and also handle sets of BMP images."; fDesc[8] = "cheaper than the average video editing application, but I guess the functionality isn't anything new, seeing that there are many applications that do the same."; fDesc[9] = "to DVD disc at high speed and with an excellent output quality. With this incredible program will be able to combine your video files into video slideshows with beautiful transition effects and a customizable menu."; fDesc[10] = "a surgeon’s scalpel. Movavi SplitMovie can help you in this area. Movavi SplitMovie lets you cut trim and edit the videos with precision and ease."; fDesc[11] = "create the video with the desired special effects with the touch of a few buttons. Editing tools, like the 20 and more automatic and manual filters, let you control all the visual effects of the videos."; fDesc[12] = ", float, double and binary data. This incredible program allows you to view, modify, analyze hexadecimal data and binary files, edit, exchange data with other applications through the clipboard, insert new data and delete existing data, as well as perform other editing actions."; fDesc[13] = "users. Along with all the functionalities of the standard edition, the Pro author has an authoring function, and it provides an option of adding chapter menus as well. Moreover, the application also has the capability to make DVD menu by screen editing"; fDesc[15] = "production / editing software that support Video-for-Windows. The mpegable AVI-Codec provides the MPEG-4 encoding / decoding funcionality within the AVI file-format."; 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 = '...'; } }