var fDesc=new Array(); fDesc[1] = "possibilities, which include: Servers, web based, and Kad. It is a completely free of charge application also free of adware, spyware and any other kind of intrusive programs."; fDesc[2] = "Relay Chat) abounds with information and resources, and mIRC is the best way to get what you want. This IRC client is simple yet powerful and can be ready to go in a snap."; fDesc[3] = "multiple options and a lot of fun. Some of the options that we can mention are: the multiple connections to chat rooms at the same time, public and private conversations and the file transfers, configurations options for the appearance of the software, add of scripts, add of multiple plug-ins, etc."; fDesc[4] = "sharing all over the world. eMule Plus improves eMule’s abilities and features, both in work efficiency and graphical user interface. The software is pretty reliable as its functionality is checked for corruptions while downloading, so as to ensure an error free downloaded file."; fDesc[5] = "network users' Internet access. UserGate combines firewall, antivirus, antispyware and surf protection in a fully integrated and easy-to-use solution."; fDesc[6] = "allows you to exchange information in real time. Also, Filetopia gives you multiple functions in one program. Its is a very adaptable application that has a wizard to configure the client, which simplifies its use."; fDesc[7] = "pubic chat rooms, message boards, and journals can be started from the application. The program encrypts your messages, so they cannot be read by network packet sniffers."; fDesc[8] = "at the same time. Find people with the same interests as you. Join channels where you can meet people, or start your own channel!"; fDesc[9] = "connecting to any IRC network and more. It has unique features such as support for UPnP, ASCII , UTF-8 and many more encoding options (configurable per channel), direct and indirect file transfer, multimedia and ActiveX messages, IP v.6 , notebook, and even read aloud the chat!"; fDesc[10] = "expected from an IRC client: connection to channels, private chats, file transmission, conversation recording and the rest of features of common use at IRC."; fDesc[11] = "program to offer and to download all type of files worldwide with a size of up to 2GB per item. This program helps us to connect to multiple IRC servers (44 when I tried it) at a time."; fDesc[12] = "appearance, in order to be adapted to the user´s tastes. Its wide range of possibilities allows to find the proper layout even for the most demanding users. Besides, it includes its own completely functional Web Browser and File Explorer which are opened on their own internal tabs."; fDesc[13] = "ED2K P2P network. It provides great search capabilities, automatically performs error checking and correction while downloading files, has IRC client."; fDesc[14] = "search capabilities, automatic error checking and correction while downloading files, has IRC client."; fDesc[15] = "chatting on IRC (Internet Relay Chat) been easier, just a few clicksand your chatting with new friends. We even make it easy to find a server,..."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }