var fDesc=new Array(); fDesc[1] = "file formats as well as DVDs, VCDs, and other streaming protocols. It includes a large number of common encoding and decoding codecs like 3GP, AVI, FLV, etc."; fDesc[2] = "twelfth delivery is the appearance of the user interface. In short, a very complete range of solutions that will be to the liking of the more novice users and those who want to further customize their productions."; fDesc[3] = "television channels and radio stations from anywhere in the world. In addition, due to the popularity of this system, we can find a lot of websites that link us directly with SopCast to watch a given program, such as a movie or a sporting event."; fDesc[4] = "formats in minutes. It's fully customizable as it enables users to adjust the compression and encoder rates, resolution, and frame rate of the output files, plus set the output size. It even allows to preview the output file before converting."; fDesc[5] = "and reducing size for audio/video files, converting for audio/video playback devices, extracting audio tracks from video files, ripping audio/video discs, reparing corrupted or partial downloaded video files, and so on."; fDesc[6] = "transfer them to your phone and its photo mode tab lets you to copy photos, video files between your pc and phone allowing you to search,preview and transfer to your phone."; fDesc[7] = "available on the websites and captures it. User can also capture MP3 from radio sites and can hear it whenever they want. It gives super quality of audio and video file exactly the same you hear or watch on the website."; fDesc[8] = "creation process. Real-time playback of your edits, nondestructive editing, and unlimited undo/redo make tweaking your videos a snap, while dockable windows and customizable keyboard commands let you personalize the interface for your work style."; fDesc[9] = "formats. It also can play digital media files protected by DRM-X platform. Haihaisoft Universal Player has Internet Explorer embedded. That allows the user to surf the web while playing files, using only a program."; fDesc[10] = "features that make it more powerful than a traditional player, among which is good to mention: the possibility of improving the quality of the original image at the time of reproduction, and the ability to read many file formats. It runs with Windows XP and Windows Vista."; fDesc[11] = "Center machines. This powerful yet easy to use video application allows you to create great-looking videos and slideshows in a few minutes using just your remote control."; fDesc[12] = "video or audio, and it's saved automatically. All the popular streaming formats and protocols are supported."; fDesc[13] = "another. Using this application, you will be able to convert video files such as AVI, RMVB, WMV, MP4 MPEG and more. This software can convert almost all windows media video and all real video into AVI."; fDesc[14] = "Real Video, VCD, Quick Time, DVR-MS, MTS, FLV, MP4 , MKV , 3GP, VOB, Nullsoft Video. It helps you convert files to formats compatible with popular portable devices. Includes a trim tool, profiles for the most common outputs and automatic shutdown after a job is done."; fDesc[15] = "program supports AVI, RM, MOV, MPEG, ASF, SWF, FLV, WMV, M4V, 3GP, 3G2 and many more. All you have to do to convert your video files is to right-click on the video file you want to convert and then click on the format you want your file to be converted to."; 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 = '...'; } }