var fDesc=new Array(); fDesc[0] = "HJSplit PRO is freeware software that allows the split of any file in parts of a specific size, and join the parts together again. With this software you also can generate a checksum of files or groups of split files. The files came in a compress folder; its executable can be run directly without the necessity of an installer.

The executable of this software can be run from a write-protected disk. It is not so complicated to use, and main functionality is to save a file in multiple disk in case we don’t have the enough space to save a file.

It is just a beta version but the author mentioned that he will improve the final version including an automatic disk spanning, file compression, an automatic checksum and others. We can find multiple versions of this software with the same options and different ways to execute them, some version that can be run from DOS, Linux, Java, Php, Mac, and separate version of some options (Join) compatible between them, providing a great support in case we need to split/join files in different platforms."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }