var fDesc=new Array(); fDesc[0] = "XBT Client is a BitTorrent client written in C . It's designed to offer high performance while consuming little resources (CPU and RAM).

Main Features:

- Automatic, fast resume.
- File queueing.
- File priorities.
- Global keyboard shortcut (Ctrl Shift Q) to show or hide the main window.
- Integrated torrent maker.
- Integrated UDP tracker.
- Multi interface (command-line, graphical and web)
- Multi platform (Linux and Windows).
- Single window, multiple torrents.
- Upload rate limit.
- UPnP NAT port mapping.
- Web frontend (PHP)."; 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 = ''; } }