var fDesc=new Array(); fDesc[1] = "it possible to convert from a wide range of video formats to audio/video files. We can use it to convert FLV, AVI, MPG, MP4, WMV, 3GP, MOV, RM, ASF video files to AVI, XViD, MPEG4, H264, and DivX video files; and MP3, and WAV audio files."; fDesc[2] = "organize TV channels, radio stations, music, photos and videos, share multimedia files through the home network to other computers using Universal Plug and Play technology, also converting and real-time transcoding media formats automatically for any device."; fDesc[3] = "development effort. All code is released under the terms of the GNU GPL license. The Xvid video codec implements MPEG-4 Simple Profile and Advanced Simple Profile standards. It permits compressing and decompressing digital video in order to reduce the required bandwidth of video data for transmission over computer networks or efficient storage on CDs or DVDs. Due to its unrivalled quality Xvid has gained great popularity and is used in many other GPLed applications, like e.g. Transcode, MEncoder, MPlayer, Xine and many more."; fDesc[4] = "beautifully designed and is perhaps the most powerful solution for sharing media among several devices. When installed, TVersity Media Server creates a sharing service on your computer. It broadcasts a uPNP signal that can be found by any uPNP-enabled devices."; fDesc[5] = "R/RW disc"; fDesc[6] = "files into any format you want. Most popular formats are supported, and chances are that your desired format is among the supported ones."; fDesc[7] = "the video files to AVI, WMV, MPEG or FLV, and at no cost at all! When needed, the program will shrink your DVD-9 to fit into a DVD-5 blank disc, with the minimum loss of quality."; fDesc[8] = "MPEG videos. In fact, you can transcode any DivX, XviD, MPEG, DAT, WMV and ASF video file into ten different video formats. Besides, you will be allowed to burn to DVD, VCD and SVCD, and set up your quality preferences according to the codec selected."; fDesc[9] = "require, a target drive, and click Start. It’s that simple! The choice of formats is amazing, including full support for AVCHD! Make perfect copies of your unprotected DVDs, or convert them into portable formats like DivX, H.264, MPEG1/2/4, WMV, or 3GPP."; fDesc[10] = "variety of audio and video files, including VCDs and DVDs. This application is a little different from other video players because it has some video editing tools that will let you modify some aspects of a video, its color, rotate images, etc."; fDesc[11] = ", widescreen and standard TV. It also allows you to merge up to 4 hours of video files to a DVD, automatically shutdown computer after finishing a job, and preview the source ."; fDesc[12] = "NTSC and PAL TV systems, widescreen and standard TV, and burns DVD-Video Discs playable on any home DVD player."; fDesc[13] = "time now, and I only have good things to say about it. This application allows users of Windows Vista to stream videos of any format supported by your computer to the XBOX 360."; fDesc[14] = "quite a long time now, and I only have good things to say about it. This application allows users of Windows Media Center 2005 to stream videos of any format supported by your computer to the XBOX 360."; fDesc[15] = "only have good things to say about it. This application allows users of Windows Vista to stream videos of any format supported by your computer to the XBOX 360."; 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 = '...'; } }