var fDesc=new Array(); fDesc[0] = "FastLynx allows you to conveniently transfer files, directories, or entire disks from one computer to another via a USB, serial, or parallel cable, or over a network using TCP/IP or Windows named pipes.

It is a cross-platform solution that allows you to transfer files between any combination of Windows versions (even Linux and DOS!). It is great for recovering files from crashed Windows computers (if you can boot DOS).

FastLynx can also be used to transfer between different directories on the same computer. It is also used to update or synchronize a set of files or directories that exist in more than one place. In addition to these file transfer capabilities, FastLynx also provides valuable file management functions such as the ability to rename or delete files."; 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 = ''; } }