var fDesc=new Array(); fDesc[1] = "decided to change its name to FFSJ: The Fastest File Splitter and Joiner. Some name, huh? Anyhow, what this application does is cut your files into smaller parts so that you can fit them in certain media or e-mail it."; fDesc[2] = "small pieces or merge multiple audio files into one large file. You can import multiple audio files of MP3, WMA, WAV, OGG and AIFF formats and merge them all to create a large MP3 file or use the splitter tool to split any MP3, WAV file into small pieces of audio."; fDesc[3] = "their original name and size. Besides, you can also split files in as many smaller pieces as you need, and recover the original file just by double-clicking in the .001 file. Restore your split files even if 001 File Joiner & Splitter Pro is not installed in your system!"; fDesc[4] = "split in smaller files you may join them together. Advanced File Joiner merges text files, combines some movie file formats like MPEG."; fDesc[5] = "*.001,*.002, etc."; fDesc[6] = "Besides, this easy-to-use tool is also a powerful splitter that will cut your large files into smaller ones to fit into any of the most popular storage media. This free tool comes with a clear and well-structured interface."; fDesc[7] = "product is for you. It instantly joines parts of a larger file or separate files into one large file."; fDesc[8] = "problems you may find when downloading/posting files to a group, including a file extractor, a file decoder, an NZB downloader, a file joiner, and more. With NewzToolz, you can even set up your own server and create as many news groups as you wish!"; fDesc[9] = "installed, this tool associates itself automatically with .001 files, allowing you to double-click in any of these to start the joining process. Speed and efficiency are its main assets, recovering large files in just a few seconds."; fDesc[10] = "special training to join or split sound files (MP3 or WAV) as well as perform basic editing. Variable bitrate MP3 files are supported."; fDesc[12] = "segment of a large WAV file to separate WAV files."; fDesc[13] = "large file."; fDesc[14] = "can split any file into multiple files of same size. The program can split any file by bytes, kilobytes, megabytes, gigabytes or text files by lines. But the trial version can only convert files under 10MB."; fDesc[15] = "cut/join any segment of the WMA files you want."; 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 = '...'; } }