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] = "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[8] = ", 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[9] = "to several parts by time, size, number of parts, detecting silence, or selecting a clip. It also lets you join multiple files to a single output."; fDesc[10] = "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[11] = "way. It is based on a clear and intuitive interface and allows you to develop your own files in any of these formats: MP3, OGG, WMA and WAV. It supports ID3v1 and ID3v2 tags to keep the the original tags information."; fDesc[12] = "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[13] = "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."; fDesc[14] = "cutter is very powerful because of its features like supporting MP3, WAV, WMA and OGG. Also its excellent performance in batch processing of files is very significant to the users. The end user interface adds more to its usability."; fDesc[15] = "very easy way. In the moment you launch the application, you will notice that the program could not be easier to use. On the program's main window there are instructions that will clearly indicate how to get your files cut."; 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 = '...'; } }