var fDesc=new Array(); fDesc[0] = "Fidelio is a Linux/Unix client for Hotline, a proprietary protocol that combines ftp-like, irc-like and news-like functions with user authentication and permissions in one package.
Fidelio is currently fully functional as a non-administative client, with the exception of banners.
Features include:
* Multiple concurrent connections
* Single window per server connection
* Tree-structured bookmarks
* Trackers and searchable index of servers.
* Userlist and public chat in one pane.
* Private chat
* Both flat and threaded news support, with posting of news.
* Ignore messages and chat of users.
* Private Messages
* Sounds on events
* Multiple icon set loading
* Use of custom icon sets for buttons
* Uploading, downloading, resuming of file transfers.
* Per-download and per-upload bandwidth caps
* Server-side and client-side file queues."; 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 = ''; } }