var fDesc=new Array(); fDesc[0] = "RVL File Splitter is a freeware program which can be used to split files to multiple chunks as well as to merge multiple chunks into a single file.

Use it to split files into pieces so that you can move them between systems on floppy disks, or email them out sharing with your friends over the Internet.

Suppose you need to transfer a file from one stand-alone computer to another. A floppy disk is often the only possible means for transferring the file, but if the file is larger than 1.44 megabytes, it won't fit on a single floppy. Simply split the file onto floppy disks, and then copy the pieces from the floppy disks to the other computer and easily reconstruct the original file."; 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 = ''; } }