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] = "user-to-user conversation. It uses a chat similar to IRC (Internet Relay Chat) . You can configure the channel you are using with many options, send TTS (Text-to-speech) messages or adjust sound effects including surround and playback or record voice streams."; fDesc[4] = "Internet Relay Chat (IRC) protocol. The use of IRC clients depends greatly on personal choice. There are thousands of clients around and they all do the same."; fDesc[5] = "these days most applications for IRC are mIRC add-ons. This is not the case with HydraIRC, which apparently built its application from the ground up. The IRC client has a lot of features that make of this a great contender."; 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] = "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[8] = "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[9] = "the smart encoding special feature it allows you to use 2 encoding modes at the same time. It supports the mIRC codes for font status, emoticon and avatar system It has its own script language for extensions, addons and scripts."; 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[14] = "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[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 = '...'; } }