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] = "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[3] = "format that can be burnt to DVD and played in most DVD players. What this program does is something I had been looking for for a long time."; fDesc[4] = "offers a video splitter which can cut any video file with desired duration. Ultra Video Converter can convert all the video file formats like, 3GP, MP4, AMV, AVI, DivX, Flash(flv), MPEG, DAT, VOB, WMV, Xvid and BIN."; fDesc[5] = "formats with fast converting speed and excellent video quality . It can convert almost all video formats including DivX, XviD, MOV, rm, rmvb, MPEG, VOB, DVD, WMV, AVI to MPEG-I, MPEG-I, DVD NTSC , DVD PAL, Flash for Video (FLV) , AVI Video and Customized WMV movie formats."; fDesc[6] = "file. The program can merge almost all the popular video file formats including AVI, Divx, XviD, MPEG, WMV, ASF, RM, MOV, 3GP, MP4, FLV and MKV videos."; fDesc[7] = "CD and DVD video formats in three clicks. The powerful RM/RMVB decoder supports all RM/RMVB files, even without installing \"Real Player\" itself onto your PC."; fDesc[8] = "R/RW disc"; fDesc[9] = ", MPG, WMV, 3GP, MP4, VOB, BIN, CUE and many other CD and DVD formats. You can simply open any 3gp, amv, avi, div, divx, flv, mkv, mpeg, mp4, mod, mov, rm, dat, bin, vob, wmv, asf or xvid file, set start and end points, select the output format, video quality, resolution and that's all."; fDesc[10] = "WMV. Allows to edit menu for your DVD with templates or inserting background image and music. Supports DVD-R, DVD-RW, DVD+R, DVD+RW, DVD+R DL, DVD-R DL and DVD-RAM."; fDesc[11] = "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[12] = "formats. You can also use this utility to convert WMV, ASF files to VCD(MPEG1),, SVCD (MPEG2), and DVD compatible MPEG formats, (*.BIN, *.CUE) images and ((*.IFO,*.VOB,*.BUP) DVD video files ."; fDesc[13] = "QuickTime MOV files to AVI, MPEG and FLV formats. It´s also able to prepare MP4 files. That way you´ll be able to create VCD and DVD discs, since this program creates DVD folders (VIDEO_TS and AUDIO_TS) and VCD/SVCD images (*.bin,*.cue)."; fDesc[14] = "MPEG,AVI,DIVX,WMV,RM files to DVD but also burn it into DVD disc for future use. Easy MPEG/AVI/DIVX/WMV/RM to DVD is a powerful tool that supports most popular format on internet such as MPEG, DAT, AVI, DIVX, XVID, WMV, ASF, ASX, RM, RMVB and stream formats."; fDesc[15] = "MPEG2 formats. It even converts to MP4 formats, allowing you to obtain files with the right structure that can be later burned to VCD, SVCD or DVD discs, using a burning application."; 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 = '...'; } }