var fDesc=new Array(); fDesc[1] = "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[2] = "*.001,*.002, etc."; fDesc[3] = "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[4] = "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[6] = "files as needed, either by stating the size of each of the split files or the total number of files you want. You can also decide on how the original file will be reassembled at the other end – automatically, or by using a batch or a header 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 = '...'; } }