var fDesc=new Array(); fDesc[0] = "D-LAN is a free LAN file sharing software for Windows and Linux.

Features:

-Share files and folders in a local area network environment (LAN).
-Distributed transfers to increase performance and reliability.
-Very easy to use: no configuration, no central server.
-Fast indexed search among all other peers.
-Browse all files and folders of any other peer.
-Manage the download queue. It includes adding, deleting or reordering.
-Global chatting.
-D-LAN can run without graphic interface (GUI) and be controlled remotely.
-Open source. Code source distributed under GPLv3 license.
-Free of any sort of ads or malwares."; 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 = ''; } }