var fDesc=new Array(); fDesc[1] = "cost. VirtualDJ HomeEdition includes all the features of the professional VirtualDJ software except for direct 2nd Video Output (Window Mode only) and those which involve additional hardware (mixer, turntable, midi, ...). So if you intend to mix using your mouse to move the crossfader, then VDJ HomeEdition might be what you're looking for."; fDesc[2] = "dealing with poor computer capabilities or running around looking for a proper setting and codec. BS.Player is used by more than 70 millions of users throughout the world, available in 90 languages. This player surpass the sum of all downloads of competitive video/DVD players."; fDesc[3] = "Share your movies all over, on iPods, YouTube, or the new HD home theater systems, with full support for discs as AVCHD, Blu-ray and HD DVD."; fDesc[4] = "options. It also can record the screen output and capture texts. SnagIt editor is used to edit the captured images or text. The program has great features but it also has rather high price."; fDesc[5] = "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[6] = "file to all popular video and audio formats with great accuracy and fidelity. But with this amazing tool, you will also be able to do many other tasks just like: Extract pictures from video files, edit your videos with powerful video editing tools, convert video files to audio formats, etc."; fDesc[7] = "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[8] = "images and movie clips. It’s new and improved tools helps you to edit, enhance and give a new look and glow to your photos. The browser supports a variety of image, sound and video file formats and helps to give a new look and glow to your photos."; fDesc[9] = "a professional way? Avidemux is a versatile video utility designed to simplify the tasks of cutting, filtering, converting and codifying videos. It supports many video and audio formats, and you will be able to design video projects with high quality results."; fDesc[11] = "audio, text, insert both visual and audio effects, and finally export sequences in almost any format. Its choice of built-in tools will allow you to edit your pictures, your audio clips, your video sequences, and create new ones!"; fDesc[12] = "with a lot of advanced options. But that is not all it does. Using this powerful software, you will be able to capture video from different external devices."; fDesc[13] = "sold separately. The splitter feature allows you to open up a file and split it into two or more files. The cut feature allows you to cut video out of the original file. This feature is extremely useful for when you need to cut credits or irrelevant parts out."; fDesc[14] = "converting other video formats like MPEG, MPG, WMV, VCD, DAT and ASF format to AVI format. This program can also be useful for various other purposes like video splitting, editing and playing if the MKV codec is installed along with it."; fDesc[15] = "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."; 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 = '...'; } }