var fDesc=new Array(); fDesc[1] = ", multilingual, and completely customizable. This utility gives us the opportunity to delete all the useless and obsolete data that we may be keeping in our system."; fDesc[2] = "effects, equalize, analize, import and export audio tracks in formats wav, aiff, mp3, ogg vorbis, flac, mp2. Its Available for Windows 98/NT/XP/Vista, Linux/Unix, Mac OSX."; fDesc[3] = "many options and applications. You can cut, copy, and paste recordings or parts of them, and also add some effects such as echo, amplification and noise reduction."; fDesc[4] = "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[5] = "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[6] = "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[7] = "approach when they are faced with the task of cutting portions of video. What they do is cut the video and then re-encode it."; fDesc[8] = "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[9] = "long videos that you can't quite fit into a CD and DVD, but you need to burn. This application will take care of that task really easily."; fDesc[10] = "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[11] = "files. The program has the advantage of supporting a lot of formats, including Mp3, WAV, WMA, WMV, AVI, AMR, MPG, Mp4, FLAC, OGG, 3GP, MOV and many more. Using this program, you will be able to cut all kind of files into smaller pieces."; fDesc[12] = "available for Windows users. It supports all kind of AVI audio/video files and gives output in *.avi format. It requires no encoding/decoding so no sound and video synchronization problem arise. It also accepts all size of files."; fDesc[13] = "sold separately. The splitter feature allows you to open up a file and split it into two or more files. The cut feature allows you to cut video out of the original file. This feature is extremely useful for when you need to cut credits or irrelevant parts out."; fDesc[14] = "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[15] = "simple and fast for user. It allows cutting a large video files in so many small parts without any quality loss. It accepts all common video file format like AVI, MPEG, VOB, WMV and audio file like MP1, MP2, MP3 and MPA."; 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 = '...'; } }