var fDesc=new Array(); fDesc[1] = "Google Talk that really kind of slowed the progress of the messenger down. Now, thanks to it, you can video chat and voice chat with all your contacts. They still have to download the plugin."; fDesc[2] = "be chatting on MSN, Google Talk, or Yahoo simultaneously because you can log in to accounts multiples at the same time. It can run on every Windows version. Every standard feature today in chat networks is supported."; fDesc[3] = "forum is very big, with a lot of file uploads. Uploads include a variety of contents like software, games, videos computer, recreation, sports, etc."; fDesc[4] = "Dell Video Chat, clothed in black, has a beautiful and comfortable interface, very intuitive and not that different from other commonly used software of this kind."; fDesc[5] = "chat with users of the same client. That is to say, you won’t be able to chat with Yahoo Messenger or MSN Messenger users. It creates conflict with AVG antivirus, so in order to install Beyluxe Messenger and use it without errors you might need to uninstall AVG."; fDesc[6] = "Yahoo ID you can immediately start chatting in numerous chat rooms, contacting people from all over the world. If you don’t have a Yahoo ID you can get one right from the very same application, within a few minutes and following simple steps."; fDesc[7] = "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[8] = "Live Messenger. The program works with version 8 and is not compatible with the newest version (9.18), which is a great disadvantage."; fDesc[9] = "purpose of FrostWire is to improve and expand some of the features of LimeWire. FrostWire shows a completely renovated interface (customizable through various visual themes), and the operation itself is similar to that of his predecessor LimeWire."; fDesc[10] = "website, it can be used to provide tecnhical support, respond sales questions, or give an alternative way to contact you. You need to install a chat client and place a piece of code in your webpage to get it working."; fDesc[11] = "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[12] = "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[13] = "programs, such as ICQ, RQ, Trillian (the famous all-in-one chat client), Camfrog, which is the best video chat client and, many others."; fDesc[14] = "client. Thus, with this program you can create a chat window that you can put on your website for people to use and chat with operators. The main use for this kind of system takes the form of live chats for support."; fDesc[15] = "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."; 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 = '...'; } }