var fDesc=new Array(); fDesc[1] = "video files to other formats many times. Most formats are only supported by some applications, and having to change applications all the time just to encode a file is turn-down. However, not all is so dull nowadays."; fDesc[2] = "popular audio and video formats in the easiest possible way. We can convert our video and audio files, so that we can enjoy them later on our iPhone, NDS, Wii, PSP, iPod, mobile phone, Xbox, and so on."; fDesc[3] = "DVD 9 disc into 2 DVD 5 discs) or convert to different formats like: AVI, WMV, MP4 in profiles that include: Frame rate, Volume, Resolution, Video and Audio Codecs, Video and Audio Bitrate."; fDesc[4] = "the most popular portable devices (including iPhone, iPod, Zune, Pocket PC, XBOX 360, and others). Includes a fully functional DVD player."; fDesc[5] = "this application you can insert your DVD into the tray, click buttons a couple of times, and, thirty minutes or more later, have a video file of the format of your liking."; fDesc[6] = "time. This application supports a lot of video and audio formats, including MP4, MPEG, VOB, AVI, DIVX, XVID, MPG, RM, FLV, 3GP, 3G2, IFO and many more."; fDesc[7] = "well, and most of them look and feel exactly the same. The main goal of this application is to allow the user to convert an AVI file into a DVD ISO."; fDesc[8] = "name suggests, it allows you to convert any AVI file to DVD, VCD, SVCD and MPEG formats. However, this application has been redesigned to better its file support and now manages Mpeg, Mov, RMVB and DivX."; fDesc[9] = "to VCD, SVCD, DVD formats that can be played on your home VCD/DVD player. This incredible software includes an Integrated high-speed MPEG encoder that enables you to make DVD-Video files(VIDEO_TS, AUDIO_TS) and VCD/SVCD image (*.bin,*.cue)."; fDesc[10] = ", AVI, Divx, XviD, VCD, SVCD, 3GP. It lets you select subtitle and audio track, and configure output settings like video size, frame rate, aspect ratio, etc."; fDesc[11] = "DVD, MPEG1, MPEG2, MPEG4 and Divx. Once you convert your files into those formats you will be able to play them on any DVD and VCD players."; fDesc[12] = "without taking up all of your system resources. You can easily convert and burn any AVI, DivX, XviD, MPEG, MPG, DAT, WMV or ASF video file to DVD, VCD and SVCD, or create VCD and SVCD images (BIN and CUE), and VIDEO_TS folders that you can burn later."; fDesc[13] = "DVD disc, ISO file, or DVD folder and edit good looking menus for DVD movies. Supports DVD-5 and DVD-9, NTSC and PAL, Multithreading and batch conversion."; fDesc[14] = "files into AVI, WMV, VCD, MPEG, SVCD and DVD files. This program provides you with the function of converting multiple files into a specific format all at once without losing any quality at all during the process."; fDesc[15] = ", MPEG, MPEG1, MPEG2 and more. Using this software, you will be able to create your own DVD library and to rip any of your favorites DVD video programs."; 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 = '...'; } }