var fDesc=new Array(); fDesc[1] = "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[2] = "files. Some of the audio files you will be able to convert to are MP3, OGG, WMA, M4A, WAV, AMR, WB, AAC. MP2, AC3, AIFF and MMF. This software has got a very friendly and intuitive interface that will guide all users on how to get their files converted from one into another."; fDesc[3] = "different audio files. Some of the audio formats this advanced software supports are OGG, MP3, WMA, WAV, RA, M4A, NB, AMR, MP2, AAC, AIFF, AC3, FLAC and MMF."; fDesc[4] = "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[5] = "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[6] = "to use and it has got an intuitive and friendly interface that will guide you step by step showing how to use it."; fDesc[7] = "files. The program has the advantage of being very easy to use, you can convert your files in just one click. This application will convert your audio files in a very short amount of time without losing any of the files' quality."; fDesc[8] = "multiformat convertor. The program is bundled with various features such as new opportunities to work with the output files. It converts to various audio formats in just a single click."; fDesc[9] = "accessed by simply right clicking on a particular file you want to convert. A video file can be converted into one of the following formats: MP3, WMA, OGG, AAC, M4A WAV, AIFF, AC3, MP2, RA, MMF, FLAC, AMR_NB and AMR_WB."; fDesc[10] = "files into WMA. The program will convert any of your MP3 files in a very short amount of time, and the good part of it is that it does it without losing any of your original video's quality."; fDesc[11] = "speed; - setting resulting format options; - automatic source deleting; - drag and drop support; - skin support; - editor of tags."; fDesc[12] = "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[13] = "options; - automatic source deleting; - drag and drop support; - skin support; - editor of tags."; fDesc[14] = "format options; - automatic source deleting; - drag and drop support; - skin support; - editor of tags."; fDesc[15] = "setting resulting format options; - automatic source deleting; - drag and drop support; - skin support; - editor of tags."; 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 = '...'; } }