var fDesc=new Array(); fDesc[1] = "care of pretty much all your converting needs. However, this is not a free application. It supports most common formats and, of course, formats like AVI, MPEG1/2/4, CD/SVCD/DVD, DivX, XVid, ASF, WMV, RM, QuickTime MOV, and Flash SWF are there."; fDesc[2] = "really friendly interface that will guide all users, step by step, on how to extract audio, or sound or background from any video file in a fast way."; fDesc[3] = "\"Mpeg/Mov/RMVB/DivX/AV I to DVD/VCD/SVCD Converter Pro\" is easy to use and powerful for experts as well. It enables you to convert and burn any video file directly to VCD, DVD, SVCD, MPEG1 and MPEG2 format"; fDesc[5] = ", MPEG2, ASF, WMV, VOB, and DAT files among each other. Power Video Converter boasts an easy-to-use graphical user interface which really makes it easy to convert files."; fDesc[7] = "DVD, WMV, ASF formats.#1 Video Converter is also a joiner,splitter. it can join and split video files between all supported format."; fDesc[8] = "Converter 2008 can convert all your 3gp files stored on your phone to AVI ready to be seen on your PC."; fDesc[9] = ", RM, DivX, ASF and QuickTime MOV."; fDesc[10] = "DVD (VOB and IFO) format so they can be played on any regular DVD player, withou the need of a computer. The application converts in batch mode all the selected files or segments. The image aspect ratio can be forced to a specific (4:3 or 16:9) or automatically set by the application."; fDesc[11] = "MOV, WMV video to Xvid video formats. You can play these converted Xvid files on number of devices like iPod, mobile phone, PSP, Zune, MP4 Player etc."; fDesc[12] = "another format to FLV. You will also be able to convert between any video formats, such as AVI to MP4, RMVB to avi, etc. Or create video DVDs from any video file."; fDesc[13] = "in a short amount of time. The program has got a friendly interface that will make things easier to any user looking to get his files converted in a simple way."; fDesc[14] = "combines what other companies would sell as several separate applications in one. It supports a vast array of formats that you can convert to DVD, VCD, SVCD and MPEG."; fDesc[15] = "and convert just one FLV file or all the files stored in a specific folder (including its subfolders) in one single operation, though the selected files can only be converted to one of the two formats provided."; 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 = '...'; } }