var fDesc=new Array(); fDesc[0] = "File Splitter Lite is a small, fast, and free program which allows you to split a copy of a large file into smaller segments. You may then easily transfer the segments to another computer and use File Splitter Lite or a self-joining batch script to reconstruct the original file.

Main features:
- Small program size (262 KB)
- Installation is optional (keep the executable on a USB drive or floppy disk, for example)
- Intuitive, easy-to-use interface
- Handles large files easily
- Split and join using the same program
- Optionally create a batch script for automatic joining, without the need to run File Splitter Lite on the destination computer.
- 64-bit Windows XP/Vista/7 compatible"; 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 = ''; } }