var fDesc=new Array(); fDesc[1] = "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[2] = "with both TCP/IP and IPX/SPX network protocols. You get an interface comparable to mIRC's and ICQ-like functionality."; fDesc[3] = "advanced features make the optimum use of all the resources available on the net. Available with various customizable and powerful features to make your internet search easier this toolbar stands out of the crowd."; 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] = "HTTP tunnel restrictions will allow you to use your favorite chat applications like MSN, AOL, Yahoo Messenger, ICQ, Miranda, Trillian, or mIRC, that otherwise will be firewalled."; fDesc[7] = "anywhere in the world and chat with them online in real time. Although the software is free we have to register and pay to be able to use most of the services provided such as unlimited Online Chat, E-mail Message, send SMS to members, and Send a Kiss."; fDesc[8] = "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[9] = "simultaneously. ICMP dest_unreach attacks are now logged. It is designed to give you the information you need in order to trace an attacker including a method of finding an attackers nickname on IRC (mIRC, VIRC and PIRCH clients are supported)."; fDesc[10] = "server. IRCXpro is rich in features such as server-to-server linking, remote administration and much more."; fDesc[11] = "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[12] = "their very own server. MultiProxy also have functions that makes it possible to control it remotely. You can kick and..."; fDesc[13] = "network. And it works. But I want it to do more than that. Currently, no colours, private chats, file sending, logging or anything. Let..."; fDesc[14] = "dangerous: Trojan program, remote administration program (Backdoor), Password MalWare program (Trojan. PSW), In..."; fDesc[15] = "worms that target or use IRC chat networks to propagate."; 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 = '...'; } }