var fDesc=new Array(); fDesc[1] = "bar the words or phrases that you’re looking for; also allows to select the engine search. Another feature improved is the Opera Mail. It supports the currently web standards, like CSS 2.1, XHTML 1.1, HTML 4.01, WML 2.0, ECMAScript, etc."; 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] = "capable of joining users of ICQ, MSN, AOL Instant Messenger (AIM), Yahoo Messenger, IRC and Google Talk into a single chat space."; fDesc[5] = "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[6] = "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[7] = "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[8] = "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[9] = "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[10] = "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[11] = "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[12] = "must for you. Actually this plugin shows on mIRC (IRC chat client) the media you're playing, whether it is a video or an audio."; fDesc[14] = "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[15] = "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."; 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 = '...'; } }