var fDesc=new Array(); fDesc[1] = "things. First, it allows you to cut or split MP3 files. So, if you have a file which you need to split in two or more parts, while conserving the audio's quality, you can use this one to do it."; fDesc[2] = "Think of this application just as a sharp digital scissors that will cut your sound tracks as simple as you were cutting a sheet of paper. Its interface offers you two different modes: Power MP3 Cutter Professional and Classic Power MP3 Cutter."; fDesc[3] = "wish to extract a part, browsing in your drives. Once selected, the program will start playing it. During playback, you can select where you want your extracted part to begin, and where to end."; fDesc[4] = "you might have that is supported. The supported formats are MP3 and WAV. This is really a simple program, but it does what it is supposed to do quite well."; fDesc[5] = "efficient converter. By allowing you to select any of the four formats supported as the output format, you can keep the length of the file intact and save it using a different codec. It allows you to pre-listen to the fragment you want to cut, or to the whole file."; fDesc[6] = "and WAV files. You can switch from MP3 to WAV (and vice-versa) any time, or perform all your tasks without leaving the MP3 format, cutting full sections and adding fade-in and fade-out effects to your MP3 files without transcoding them, thus minimizing any loss of sound quality."; fDesc[7] = "into separately files (VOB format too). The program seems to be easy to use, however it gets sometimes tricky, since some buttons don't work as expected. What comes to the rest, it's fairly easy to use."; fDesc[8] = "first. Thirst for speed and danger makes the game more captivating. Join your counterparts from all over the world!"; fDesc[9] = "has a clear and intuitive interface to divide the audio file you want, whether specific parts of the track, intervals of the same length and even the silences. It supports Drag & Drop, and batch mode to cut multiple files at once."; fDesc[10] = "a simple task. What a video cutter actually does is decompress the video, cut a section of it, and then make sure to re-compress it. Xilisoft Video Cutter supports most audio and video files (VCD, AVI, MPEG, MP4, WMV, 3GP, H.264/MPEG-4 AVC, H.264/PSP AVC, MOV, ASF, etc.)."; fDesc[11] = ", preserving the original quality and bit rate of the source file. Its straightforward functionality allows any user to easily open a file, select the starting and end cutting points, and save the selection in their system."; fDesc[12] = "it using the built-in player then define the start and end points to cut the video. The user interface is as simple as 123. The look of the cutter is very common and well known."; fDesc[13] = "a part of a file and save it to another file, adding fade-in and fade-out effects to the exported audio easily. Power MP3 Recorder Cutter 5.0 bundles three applications: Power MP3 Cutter Classic, Power MP3 Cutter Professional and Power MP3 Recorder."; fDesc[14] = "will be able to cut and trim large mp3 files with multiple options, as well as join small pieces of an mp3 files to a single one. The program features an intuitive but not very attractive user interface."; fDesc[15] = "beginning and ending points of a selected audio file after which one can save the file. The tool is as simple to use as it looks. The tool supports all the common audio file types like wma, mp3, ogg, wav etc."; 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 = '...'; } }