var fDesc=new Array(); fDesc[1] = "a few minutes. This incredible application features a very intuitive and user-friendly interface that enables you to turn ordinary videos into works of art in just a few steps."; fDesc[2] = "and scanners. Ulead Photo Explorer is more than a simple image viewer. It integrates functions of acquisition, edition, cataloging, organizing, adjusting and sharing digital images and video clips. This powerful and easy-to-use program has clear and simple toolbars."; fDesc[3] = "from your DV camcorder or from a VHS tape (if you have the right connectors); or simply capture video from a webcam, or anything that is connected to your computer. AVS Video Recorder quickly detects which connection is showing video and it auto-selects it."; fDesc[4] = "utilize the computer as a professional video recorder for the television set. The program encodes and compresses the real-time video data from the various video devices connected to the computer such as TV, VCD, analog camcorder and the likes."; fDesc[5] = "player, using video files or an already authored DVD, saved on your PC. Video DVD maker will allow you to import video from video files in different formats, including AVI, DIVX, XVID, MP4, MPG, WMV and ASF."; fDesc[6] = "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[8] = "to Mp3,Mp3 to Wav,dat to mpg, DVD(vob) to avi, DVD to AC3/MP3, MPG1/2 to Avi/DivX; Compress avi; From DV Camcorder to MPEG1/2 video"; fDesc[9] = "very short amount of time. But that is not all this program does. Using this application, you will be able to extract audio from your video files."; fDesc[10] = "will be able to play them on almost any mobile device. You can capture/import videos from your camcorder or alternative sources, edit videos and generate cell phone playable videos."; fDesc[11] = "video editing tools. This software rivals most DVD burning software in its simplicity. No experience is necessary for creating a unique professional video from scratch. The first great feature that this software offers is the capturing of video from your camcorder."; fDesc[12] = "camcorder, encode, and save it as a video file in any of these formats: DV AVI (type 1 and 2), AVI, and ASF (WMF). Best of all, it is possible select a tape capture mode (from the beginning, selected position, whole tape, an interval)."; fDesc[13] = "quality 3GP/MP4 movie playable on cellular phone."; fDesc[14] = "video clips from your camcorder and edit them within this application to make them iPod compatible. You can also add various video files, and edit your home movies to share with friends and family."; fDesc[15] = "multiple use of a single webcam driver and device without locking that device."; 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 = '...'; } }