var fDesc=new Array(); fDesc[1] = "program works efficiently with both CUE and XMCD (freedb) formats, and will create perfect MP3, APE, FLAC, OGG, WAV and WMA audio files following the parameters specified in the CUE file. Unicode, UTF8, and ANSI CUE files are supported."; fDesc[2] = "from all popular video and audio formats. The interface of the program is pretty simple. First, you´ll have to select an audio or video input file to work on. Then, you must choose which format you want to convert to that file and choose where to save the converted file."; fDesc[3] = "three different ways. Slice also names your files according to the splitting method chosen. There are two ways in which your files get saved. You can either choose lossless slice or re-encoding."; fDesc[4] = ", 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[5] = "you merge PDF files together in a simple way. Use this program to split PDF documents into several files. The program will allow you to customize some advanced parameters. Moreover, it works pretty fast."; fDesc[6] = "in between songs, helping you to split your full-album recordings in no time. It also shows you a preview of the audio file in wave form, so that you can edit your MP3 file before splitting it. Besides, it also allows you to merge previously split files, when needed."; fDesc[8] = "individual basis. Joining it back in the same file again is very simple. You simply double click in the autogenerated executable file you find in the folder you chose for the splitted pieces and they will automatically be merged in a single file equal to the original."; fDesc[9] = "into a single file. You just select a file (or files), adjust a couple of options and click on the corresponding button. Although the program isn’t quite feature-rich, it serves its main purpose well enough."; fDesc[10] = "author. It will support many platforms with the compatibility advantage allowing the exchange of files between platforms. Comparing this one between the other options of the software this is the most stable."; fDesc[11] = "*.001,*.002, etc."; fDesc[12] = "a number of smaller files to share them over the internet or by some other mean. Of course you can control the number of partition and size of each part of the file. File split also take care of any file corruption by calculating its CRC signature."; fDesc[13] = "this application, you will be able to divide PDF files into smaller PDF files so that you can share them or save them the way you want."; fDesc[14] = "application, you will be able to cut an audio file from any starting point to any ending point. Besides, the program also allows you to split the audio file into equal parts."; fDesc[15] = "audio files combined with SBR (Spectral Band Replication), also known as MP3Pro. You can join MP3 files with different sample rates, and MP3 with MP3Pro files, without any loss of quality and without enlarging the size of the resulting file."; 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 = '...'; } }