var fDesc=new Array(); fDesc[1] = "audio formats such as MP3, WMA, M4A, AAC, AC3, and MP2. These converted formats can be enjoyed on devices like cell phones, Zune video player, PSP, iPod, iPhone, and many more other devices."; fDesc[2] = "every multimedia file format for playing and conversion. A small video preview window helps the user to choose and preview the right video file. You can convert AVI, MOV, QuickTime, MPEG, WMV, ASF, RM, RMVB,DAT,VOB to AVI, MPEG, VCD, DVD, MOV, RM, RMVB, WMV, ASF and many more."; fDesc[3] = "including CD, DVD and Ipod videos. You can now create videos for YouTube, your Blackberry phone, MP4 player, Ipod Nano, Ipod Touch, PS3, PSP, Zune and Xbox 360 in a couple of minutes."; fDesc[4] = "multiple-format video converter that is able to re-encode any of the supported video files into any other of the remaining formats. The settings offered for every video codec are fully customizable, thus enlarging the list of possible conversion options."; fDesc[5] = ", mpeg, wmv, rm, iPod, mp4, 3gp, flash swf, YouTube flv, mp3, wma, wav, AC3, gif animation."; fDesc[6] = "overrated - it converts a file from one format to MP4. There are many applications that are \"just\" video converters, but can tackle the task of converting file A from AVI to MP4. Those files are perfectly playable on a Zune."; fDesc[7] = "is available for free trial and the installation is very easy which can be handled by novice users as well as expert users. OJOsoft MP4 Converter has unique feature to convert MP4 to other format or from other format to MP4."; fDesc[9] = "formats such as AVI, MPEG, MP4, WMV, 3GP, AVC, MP4, MOV, ASF, and to extract audio tracks to MP2, MP3, AC3, M4A, OGG, AAC files. It lets you configure video size, crop mode, video and audio quality. Supports batch conversion and multi threading."; fDesc[10] = "mp4/wmv video at high speed and with an excellent output quality. With just a few clicks, you will be able to convert video files such as AVI, DivX, RM, MPEG, WMV, ASF, MOV, 3GP, SWF, FLV, etc. to Zune video format."; fDesc[11] = "video files so that they can be played in our Microsoft Zune device. We can convert between the following video and audio file formats: MOV, M4A, MP4, MP3, WMA, WMV."; fDesc[12] = "multimedia files into formats that the Microsoft Zune MP3/Video player can understand. Just like the iPod video converter, Zune provides great customization options and an extensive array of features to render a great looking movie on your Zune player."; fDesc[13] = "vast quantity of useful features. The application helps you convert video files into formats that are compatible with your Zune Player and other portable devices."; fDesc[14] = "all popular video formats such as vob, DivX, XviD, MOV, rm, rmvb, MPEG, WMV, AVI, ASF, DAT to Zune compliant formats."; fDesc[15] = "such as DivX, XviD, AVI, WMV, MPG, MPEG, ASF, RM, RMVB, MOV, ASX, MKV, OGM, 3GP, M4V, H261, H264, YUV, MJPEG, SVCD, VCD to a Zune compatible format (WMV,WMA, MP4, M4A, MP3). It also lets you convert popular audio formats."; 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 = '...'; } }