var fDesc=new Array(); fDesc[1] = "video conversion. Easy to use. Supports batch and merge conversion modes. Converts all or only a segment of the input file. It has options to preview the converted video and to automatically shutdown your computer once the conversion has been completed."; fDesc[2] = "then when I used a lot of RM files and needed to convert them to other formats for the most varied of reasons. Although RM is not as popular as it was before, there is still a place on my desktop for this one."; fDesc[3] = "another. This program also enables you to extract audio from video files. Using this conversion tool, you will be able to convert files such as Mp3, WMA, WAV, OGG, AAC, FLAC, MPC, M4A, AIFF and many more."; fDesc[4] = "you can later author and burn to DVD or CD. Its Project Wizard will easily guide you through all the steps needed to create your MPEG files, while its flexible editing tools and settings will allow professionals to enhance, merge, split, de- and multiplex any MPEG file."; fDesc[5] = "MPEG-2). The MPEG format features better video quality, higher compression, and gives users better vision feeling."; fDesc[6] = "very easy to use and will enable you to convert your files so that you can listen to them in any media player and extract them to almost all mobile devices."; fDesc[7] = "this application you will be able to edit the messages of RealMedia files. The program counts with a user-friendly interface."; fDesc[8] = "audio files such as WMA, RA, MP3, OGG, WAV, M4A, NB, AMR, MP2, AAC, AC3, AIFF, MMF, FLAC, MP4 and many more. When converting one file into another, you will be able to set a lot of different parameters for your conversions."; fDesc[9] = ", including AVI, MPEG1, MPEG4, DivX and Xvid. Using this application, you will be able to convert your video files and extract them to your PSP device and watch them anytime, anywhere you want."; fDesc[10] = "files in a very short amount of time. This conversion tool has got a very friendly interface that will guide you step by step on how to get your files converted."; fDesc[12] = "format.You also can see and hear the previews of your files directly. Its friendly interface enables you to use it without learning."; fDesc[13] = "DVD, SVCD or DVD compatible, in either PAL or NTSC mode."; fDesc[14] = "conversion. It is very useful for those people who want to extract audio from MPEG video files."; fDesc[15] = "to get your MPEG files converted to AVI format with just a few mouse clicks!"; 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 = '...'; } }